Lines Matching full:windows
54 It provides callers with a hook into the \fBncurses\fP data to resize windows,
58 Curses windows cannot extend outside the screen.
59 If the terminal is shrunk, curses windows must be shrunk to fit.
62 rows and/or columns can be added to existing windows.
63 The added cells should match the current attributes of the windows.
88 The function \fBresizeterm\fP resizes the standard and current windows
100 The \fBresize_term\fP function attempts to resize all windows.
109 or by recreating the windows.
111 When resizing windows, \fBresize_term\fP recursively adjusts subwindows,
120 It returns \fBTRUE\fP if the windows would be modified,
126 or if an error occurs while (re)allocating memory for the windows.