Home
last modified time | relevance | path

Searched defs:__screen (Results 1 – 1 of 1) sorted by relevance

/minix3/lib/libcurses/
H A Dcurses_private.h192 struct __screen { struct
193 FILE *infd, *outfd; /* input and output file descriptors */
194 WINDOW *curscr; /* Current screen. */
195 WINDOW *stdscr; /* Standard screen. */
196 WINDOW *__virtscr; /* Virtual screen (for doupdate()). */
197 int curwin; /* current window for refresh */
198 int lx, ly; /* loop parameters for refresh */
199 int COLS; /* Columns on the screen. */
200 int LINES; /* Lines on the screen. */
201 int TABSIZE; /* Size of a tab. */
[all …]