Searched defs:__screen (Results 1 – 1 of 1) sorted by relevance
192 struct __screen { struct193 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 …]