Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
72
cde/doc/C/guides/man/man5/DtTerm.sgm
Normal file
72
cde/doc/C/guides/man/man5/DtTerm.sgm
Normal file
@@ -0,0 +1,72 @@
|
||||
<!-- $XConsortium: DtTerm.sgm /main/9 1996/10/08 20:06:10 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
|
||||
<![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCSA.MAN79.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN79.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>Dt/Term.h</RefEntryTitle>
|
||||
<ManVolNum>file formats</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Filename>Dt/Term.h</Filename></RefName>
|
||||
<RefPurpose>terminal emulator definitions
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- *************************************************************************-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<!-- *************************************************************************-->
|
||||
<RefSynopsisDiv>
|
||||
<Synopsis>#include <Dt/Term.h>
|
||||
</Synopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Filename Role="Header">Dt/Term.h</Filename> header defines structures, values and function prototypes for
|
||||
terminal emulator services.
|
||||
</Para>
|
||||
<Para>The
|
||||
header declares the following variable:
|
||||
</Para>
|
||||
<InformalExample Remap="indent">
|
||||
<ProgramListing>WidgetClass dtTermWidgetClass;
|
||||
</ProgramListing>
|
||||
</InformalExample>
|
||||
<Para>The following are declared as functions:
|
||||
</Para>
|
||||
<Synopsis>Widget DtCreateTerm(Widget <Symbol Role="Variable">parent</Symbol>,
|
||||
char <Emphasis>*name</Emphasis>,
|
||||
Arg <Emphasis>*arglist</Emphasis>,
|
||||
Cardinal <Symbol Role="Variable">argcount</Symbol>);
|
||||
</Synopsis>
|
||||
<Synopsis>void DtTermInitialize(void);
|
||||
</Synopsis>
|
||||
<Synopsis>void DtTermDisplaySend(Widget <Symbol Role="Variable">w</Symbol>,
|
||||
unsigned char <Emphasis>*buffer</Emphasis>,
|
||||
int length);
|
||||
</Synopsis>
|
||||
<Synopsis>void DtTermSubprocSend(Widget <Symbol Role="Variable">w</Symbol>,
|
||||
unsigned char <Emphasis>*buffer</Emphasis>,
|
||||
int length);
|
||||
</Synopsis>
|
||||
<Synopsis>void DtTermSubprocReap(pid_t <Emphasis>pid</Emphasis>,
|
||||
int *<Emphasis>stat_loc</Emphasis>);
|
||||
</Synopsis>
|
||||
<Para><![ %CDE.C.CDE; [</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.DtCreateTerm;, &cdeman.DtTermDisplaySend;, &cdeman.DtTermInitialize;, &cdeman.DtTermSubprocReap;, &cdeman.DtTermSubprocSend;, &cdeman.dtterm;, &cdeman.dttermesc;. ]]></Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->
|
||||
Reference in New Issue
Block a user