Home | History | Annotate | Download | only in libcurses

Lines Matching defs:SCREEN

118 #define    KEY_CLEAR      0x14D    /* Clear screen */
119 #define KEY_EOS 0x14E /* Clear to end of screen */
240 typedef struct __screen SCREEN;
407 extern WINDOW *curscr; /* Current screen. */
408 extern WINDOW *stdscr; /* Standard screen. */
412 extern int COLS; /* Columns on the screen. */
413 extern int LINES; /* Lines on the screen. */
414 extern int COLORS; /* Max colors on the screen. */
415 extern int COLOR_PAIRS; /* Max color pairs on the screen. */
431 /* Standard screen pseudo functions. */
480 /* Standard screen plus movement pseudo functions. */
586 /* Standard screen plus movement functions. */
658 void delscreen(SCREEN *);
723 SCREEN *newterm(const char *, FILE *, FILE *);
758 SCREEN *set_term(SCREEN *);