DtTerm(5)
Dt/Term.h(5)		  FILE FORMATS		     Dt/Term.h(5)
NAME
     Dt/Term.h - terminal emulator definitions
SYNOPSIS
     #include <Dt/Term.h>
DESCRIPTION
     The <Dt/Term.h> header defines structures,	values and  func-
     tion 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);
SEE ALSO
     DtCreateTerm(3), DtTermDisplaySend(3), DtTermInitialize(3),
     DtTermSubProcReap(3), DtTermSubProcSend(3), dtterm(1),
     dtterm(5).
Unix System LaboratoLast change: 1 August 1995			1
Man(1) output converted with
man2html