resize.c | 45 static int __resizeterm(WINDOW *win, int nlines, int ncols); 192 if (__resizeterm(curscr, nlines, ncols) == ERR) 194 if (__resizeterm(__virtscr, nlines, ncols) == ERR) 197 if (__resizeterm(stdscr, rlines, ncols) == ERR) 221 * __resizeterm 225 __resizeterm(WINDOW *win, int nlines, int ncols) function in typeref:typename:int
|