Lines Matching full:terminal
72 \fBTERMINAL *cur_term;\fP
86 \fBTERMINAL *set_curterm(TERMINAL *\fInterm\fB);\fR
88 \fBint del_curterm(TERMINAL *\fIoterm\fB);\fR
129 directly with the \fBterminfo\fP database to handle certain terminal
146 low-level set of terminal-dependent variables
150 terminal capabilities either directly (via header definitions),
202 is the terminal type, a character string.
206 is the file descriptor used for getting and setting terminal I/O modes.
208 Higher-level applications use \fBnewterm\fP(3) for initializing the terminal,
227 means that the terminal is hardcopy, cannot be used for curses applications.
233 means that the terminal could not be found,
254 .SS The Terminal State
255 The \fBsetupterm\fP routine stores its information about the terminal
256 in a \fBTERMINAL\fP structure pointed to by the global variable \fBcur_term\fP.
258 or decides that the terminal is unsuitable (hardcopy or generic),
262 If \fBsetupterm\fP is called repeatedly for the same terminal type,
264 It maintains only one copy of a given terminal's capabilities in memory.
265 If it is called for different terminal types,
266 \fBsetupterm\fP allocates new storage for each set of terminal capabilities.
285 but the terminal type and baud rate may be different.
299 most terminal capabilities require no more than one or two parameters.
312 parameters consistent with the terminal description.
352 The \fBvidputs\fP routine displays the string on the terminal in the
391 .SS Terminal Capability Functions
407 if it is canceled or absent from the terminal description.
415 if it is canceled or absent from the terminal description.
424 if it is canceled or absent from the terminal description.
426 .SS Terminal Capability Names
446 Each successful call to \fBsetupterm\fP allocates memory to hold the terminal
465 That is stored as a binary tree referenced from the \fBTERMINAL\fP structure.
485 if its terminal parameter is null.
555 setterm establish terminal with given type
556 setupterm establish terminal with given type
561 output a string to put terminal in a specified video attribute mode
585 \fBTERMINAL\fP structure initialized by \fBsetupterm\fP.
624 SVr3 introduced the functions for switching between terminal
628 The \fBTERMINAL\fP type definition was introduced in SVr3.01,
654 \fBsetupterm\fP copies the terminal name to the array \fBttytype\fP.
661 Extended terminal capability names, e.g., as defined by \fBtic\ \-x\fP,
667 In addition to the limitation that the terminal was left in block-buffered
735 If configured to use the terminal-driver,
747 A generic terminal is unsuitable for full-screen applications.
765 actual terminal state, and that an application should touch and refresh