Lines Matching full:window
60 \fBint wrefresh(WINDOW *\fIwin\fP);
61 \fBint wnoutrefresh(WINDOW *\fIwin\fP);
64 \fBint redrawwin(WINDOW *\fIwin\fP);
65 \fBint wredrawln(WINDOW *\fIwin\fP, int \fIbeg_line\fP, int \fInum_lines\fP);
73 the named window to the \fIphysical screen\fP,
76 same, using \fBstdscr\fP as the default window.
79 cursor for that window.
83 In addition to all the window
96 which copies the named window to the \fIvirtual screen\fP, and
106 calling \fBwnoutrefresh\fP for each window, it is then possible to call
115 The phrase \*(``copies the named window
117 What actually happens is that all \fItouched\fP (changed) lines in the window
129 The routine \fBredrawwin\fP touches the entire window.
142 if the window pointer is null, or
143 if the window is really a pad.
155 of a window or just its changed portions has never been well-documented in