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
Dt/Term.h(file formats) Dt/Term.h(file formats)

Dt/Term.h — terminal emulator definitions

#include &<Dt/Term.h>

The Dt/Term.h header defines structures, values and function prototypes for terminal emulator services.

The header declares the following variable:

WidgetClass       dtTermWidgetClass;

The following are declared as functions:

Widget DtCreateTerm(Widget parent,

char *name,
Arg *arglist,
Cardinal argcount);

void DtTermInitialize(void);

void DtTermDisplaySend(Widget w,

unsigned char *buffer,
int length);

void DtTermSubprocSend(Widget w,

unsigned char *buffer,
int length);

void DtTermSubprocReap(pid_t pid,

int *stat_loc);

DtCreateTerm(3), DtTermDisplaySend(3), DtTermInitialize(3), DtTermSubprocReap(3), DtTermSubprocSend(3), dtterm(1), dtterm(5).


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

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