Lines Matching full:terminal

74 For multiple-terminal applications,
77 The initscr code determines the terminal type and initializes all \fBcurses\fP
85 A program that outputs to more than one terminal should use the \fBnewterm\fP
86 routine for each terminal instead of \fBinitscr\fP.
89 terminal cannot support a screen-oriented program, would also use
92 The routine \fBnewterm\fP should be called once for each terminal.
94 as a reference to that terminal.
97 the \fItype\fP of the terminal to be used in place of \fB$TERM\fP,
99 an output stream connected to the terminal, and
101 an input stream connected to the terminal
106 which returns a pointer to a \fBTERMINAL\fP structure.
107 \fBnewterm\fP's return value holds a pointer to the \fBTERMINAL\fP structure.
110 \fBendwin\fP for each terminal being used before exiting from \fBcurses\fP.
111 If \fBnewterm\fP is called more than once for the same terminal, the first
112 terminal referred to must be the last one for which \fBendwin\fP is called.
126 stops cursor-addressing mode using the \fIexit_ca_mode\fP terminal capability,
138 The screen reference \fInew\fP becomes the new current terminal.
139 The previous terminal is returned by the routine.
141 all other routines affect only the current terminal.
157 \fBendwin\fP returns an error if the terminal was not initialized.
212 \fBTERMINAL\fP (returned by \fBsetupterm\fP(3)) hold file descriptors for
221 NetBSD's \fBbaudrate\fP(3) function uses the descriptor in \fBTERMINAL\fP.
225 in \fBTERMINAL\fP
226 for terminal I/O modes,
234 which normally corresponds to a terminal entry with the \fIgeneric\fP
290 It also updates the saved terminal modes with \fBdef_shell_mode\fP