HomeSort by: relevance | last modified time | path
    Searched defs:old_screen (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libcurses/
screen.c 68 SCREEN *old_screen = _cursesi_screen; local in function:set_term
72 old_screen->echoit = __echoit;
73 old_screen->pfast = __pfast;
74 old_screen->rawmode = __rawmode;
75 old_screen->noqch = __noqch;
76 old_screen->COLS = COLS;
77 old_screen->LINES = LINES;
78 old_screen->ESCDELAY = ESCDELAY;
79 old_screen->TABSIZE = TABSIZE;
80 old_screen->COLORS = COLORS
    [all...]

Completed in 11 milliseconds