Home | History | Annotate | Download | only in libcurses

Lines Matching defs:screen

111 #define	__ENDLINE	0x00000001	/* End of screen. */
113 #define __FULLWIN 0x00000004 /* Window is a screen. */
134 SCREEN *screen; /* Screen for this window */
214 WINDOW *curscr; /* Current screen. */
215 WINDOW *stdscr; /* Standard screen. */
216 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */
219 int COLS; /* Columns on the screen. */
220 int LINES; /* Lines on the screen. */
227 int COLORS; /* Maximum colors on the screen */
228 int COLOR_PAIRS; /* Maximum color pairs on the screen */
310 extern SCREEN *_cursesi_screen; /* The current screen in use */
349 int _cursesi_gettmode(SCREEN *);
350 void _cursesi_reset_acs(SCREEN *);
356 void _cursesi_reset_wacs(SCREEN *);
358 void _cursesi_resetterm(SCREEN *);
359 int _cursesi_setterm(const char *, SCREEN *);
365 void __init_getch(SCREEN *);
366 void __init_acs(SCREEN *);
369 void __init_get_wch(SCREEN *);
370 void __init_wacs(SCREEN *);
382 WINDOW *__newwin(SCREEN *, int, int, int, int, int, int);
392 int __ripoffscreen(SCREEN *);
393 int __ripoffresize(SCREEN *);
394 void __ripofftouch(SCREEN *);
395 int __rippedlines(const SCREEN *, int);
401 int __slk_init(SCREEN *);
402 void __slk_free(SCREEN *);
403 int __slk_resize(SCREEN *, int cols);
404 int __slk_noutrefresh(SCREEN *);
405 void __startwin(SCREEN *);