Home | History | Annotate | Download | only in include

Lines Matching refs:SCREEN

303 #define _FULLWIN        0x04	/* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
371 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
393 /* global screen state */
553 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
696 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */
847 extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_CALLBACK, void *);
1002 * pseudo functions for standard screen
1241 #define KEY_CLEAR 0515 /* clear-screen or erase key */
1242 #define KEY_EOS 0516 /* clear-to-end-of-screen key */