GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtTermSubprocSend(library call) DtTermSubprocSend(library call)

DtTermSubprocSend — send data to a DtTerm widget's subprocess

#include &<Dt/Term.h>
void DtTermSubprocSend(
Widget widget,
unsigned char *buffer,
int length);

The DtTermSubprocSend function sends data to a DtTerm widget's child process.

The widget argument specifies the DtTerm widget ID.

The buffer argument specifies the string (single- or multi-byte depending on the locale) to be sent to the display. The string may contain NULL bytes.

The length argument specifies the length of buffer in bytes.

The DtTermSubprocSend function allows the program to send commands to the DtTerm widget's child process. The characters are handled in the same manner as keyboard input.

The DtTermSubprocSend function returns no value.

Dt/Term.h - DtTerm(5), DtTerm(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.