Lines Matching +full:out +full:- +full:of +full:- +full:window
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2016 Free Software Foundation, Inc. *
5 .\" Permission is hereby granted, free of charge, to any person obtaining a *
6 .\" copy of this software and associated documentation files (the *
10 .\" copies of the Software, and to permit persons to whom the Software is *
14 .\" in all copies or substantial portions of the Software. *
16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
17 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
20 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
24 .\" Except as contained in this notice, the name(s) of the above copyright *
31 .TH curs_refresh 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
53 \fB\%wrefresh\fP \-
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.
78 enabled, the physical cursor of the terminal is left at the location of the
79 cursor for that window.
83 In addition to all the window
96 which copies the named window to the \fIvirtual screen\fP, and
104 and \fBdoupdate\fP, causing several bursts of output to the screen.
106 calling \fBwnoutrefresh\fP for each window, it is then possible to call
107 \fBdoupdate\fP once, resulting in only one burst of output, with fewer total
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
161 \fBwnoutrefresh\fP call to guarantee an entire-contents copy anywhere.