Lines Matching defs:TERMINAL
160 * auto_right_margin: Terminal has automatic margins
162 * can_change: Terminal can re-define existing colour
171 * hard_copy: Hardcopy terminal
176 * hue_light_saturation: Terminal only uses HLS colour notion (Tektronix)
188 * over_strike: Terminal overstrikes on hard-copy terminal
195 * xon_xoff: Terminal uses xon/xoff handshaking
319 * max_attributes: Maximum combined video attributes terminal can display
337 * virtual_terminal: Virtual terminal number
1558 * command_character: Terminal settable cmd character in prototype
1639 * form_feed: Hardcopy terminal eject page
1644 * init_1string: Terminal or printer initialisation string
1645 * init_2string: Terminal or printer initialisation string
1646 * init_3string: Terminal or printer initialisation string
1672 * key_down: sent by terminal down-arrow key
1748 * key_left: sent by terminal left-arrow key
1767 * key_right: sent by terminal right-arrow key
1803 * key_up: sent by terminal up-arrow key
1805 * keypad_xmit: Put terminal in "keypad-transmit" mode
1848 * pc_term_options: PC terminal options
1864 * reset_1string: Reset terminal completely to sane modes
1865 * reset_2string: Reset terminal completely to sane modes
1866 * reset_3string: Reset terminal completely to sane modes
1939 } TERMINAL;
1946 extern TERMINAL *cur_term;
1950 TERMINAL * set_curterm(TERMINAL *);
1951 int del_curterm(TERMINAL *);
1965 int ti_setupterm(TERMINAL **, const char *, int, int *);
1966 int ti_getflag(const TERMINAL *, const char *);
1967 int ti_getnum(const TERMINAL *, const char *);
1968 const char * ti_getstr(const TERMINAL *, const char *);
1969 char * ti_parm(TERMINAL *, const char *,
1972 /* These functions do not use PC or speed, but the terminal */
1973 int ti_puts(const TERMINAL *, const char *, int,
1975 int ti_putp(const TERMINAL *, const char *);
1982 char * ti_tiparm(TERMINAL *, const char *, ...);
1988 char * ti_tlparm(TERMINAL *, const char *, ...);