X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_refresh.3x.html;h=1e3fc963d870b5782f0f7bec019cc42ffd83977f;hp=024119e28e26bf1331d8b464a586ae7ff7a99c61;hb=c3b21f65a2687f3894a0d3217006c23f162c893a;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_refresh.3x.html b/doc/html/man/curs_refresh.3x.html index 024119e2..1e3fc963 100644 --- a/doc/html/man/curs_refresh.3x.html +++ b/doc/html/man/curs_refresh.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_refresh.3x,v 1.16 2016/01/30 15:52:36 tom Exp @ + * @Id: curs_refresh.3x,v 1.17 2016/10/15 16:45:45 tom Exp @ --> @@ -114,7 +114,7 @@ The wredrawln routine indicates to curses that some screen lines are corrupted and should be thrown away before any- thing is written over them. It touches the indicated - lines (marking them changed). The routine redrawwin() + lines (marking them changed). The routine redrawwin touches the entire window. @@ -143,14 +143,14 @@ The XSI Curses standard, Issue 4 describes these func- tions. - Whether wnoutrefresh() copies to the virtual screen the - entire contents of a window or just its changed portions - has never been well-documented in historic curses versions + Whether wnoutrefresh copies to the virtual screen the en- + tire contents of a window or just its changed portions has + never been well-documented in historic curses versions (including SVr4). It might be unwise to rely on either behavior in programs that might have to be linked with other curses implementations. Instead, you can do an ex- - plicit touchwin() before the wnoutrefresh() call to guar- - antee an entire-contents copy anywhere. + plicit touchwin before the wnoutrefresh call to guarantee + an entire-contents copy anywhere.

SEE ALSO