Lines Matching full:terminal
54 initialize, manipulate, or tear down \fIcurses\fR terminal interface
75 For multiple-terminal applications,
78 The initscr code determines the terminal type and initializes all \fBcurses\fP
86 A program that outputs to more than one terminal should use the \fBnewterm\fP
87 routine for each terminal instead of \fBinitscr\fP.
90 terminal cannot support a screen-oriented program, would also use
93 The routine \fBnewterm\fP should be called once for each terminal.
95 as a reference to that terminal.
98 the \fItype\fP of the terminal to be used in place of \fB$TERM\fP,
100 an output stream connected to the terminal, and
102 an input stream connected to the terminal
107 which returns a pointer to a \fI\%TERMINAL\fP structure.
108 \fBnewterm\fP's return value holds a pointer to the \fI\%TERMINAL\fP structure.
111 \fBendwin\fP for each terminal being used before exiting from \fBcurses\fP.
112 If \fBnewterm\fP is called more than once for the same terminal, the first
113 terminal referred to must be the last one for which \fBendwin\fP is called.
127 stops cursor-addressing mode using the \fIexit_ca_mode\fP terminal capability,
139 The screen reference \fInew\fP becomes the new current terminal.
140 The previous terminal is returned by the routine.
142 all other routines affect only the current terminal.
161 the terminal was not initialized, or
221 \fI\%TERMINAL\fP (returned by \fBsetupterm\fP(3X)) hold file descriptors for
230 NetBSD's \fBbaudrate\fP(3X) function uses the descriptor in \fI\%TERMINAL\fP.
234 in \fI\%TERMINAL\fP
235 for terminal I/O modes,
243 which normally corresponds to a terminal entry with the \fIgeneric\fP
299 It also updates the saved terminal modes with