Home | History | Annotate | Download | only in include

Lines Matching refs:TERMINAL

695 typedef struct term {		/* describe an actual terminal */
696 TERMTYPE type; /* terminal type description */
698 TTY Ottyb, /* original state of the terminal */
699 Nttyb; /* current state of the terminal */
702 } TERMINAL;
704 extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term;
752 extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *);
753 extern NCURSES_EXPORT(int) del_curterm (TERMINAL *);