X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_refresh.3x;h=e00fc92e018c79edbcdaf348d003fd09acda3903;hp=77bae2eeb90ccc6ecab903054ee5b7dee78ccffc;hb=refs%2Ftags%2Fv4.2;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x index 77bae2ee..e00fc92e 100644 --- a/man/curs_refresh.3x +++ b/man/curs_refresh.3x @@ -1,3 +1,4 @@ +.\" $Id: curs_refresh.3x,v 1.6 1997/11/29 20:11:26 tom Exp $ .TH curs_refresh 3X "" .SH NAME \fBrefresh\fR, \fBwrefresh\fR, \fBwnoutrefresh\fR, @@ -55,10 +56,9 @@ changed. (But see the section on \fBPORTABILITY\fR below for a warning about exploiting this behavior.) The \fBwredrawln\fR routine indicates to \fBcurses\fR that some screen lines -are corrupted and should be thrown away before anything is written over them -it touches the indicated lines (marking them changed) then does a refresh -of the window. The routine \fBredrawwin\fR() touches the entire window and then -refreshes it. +are corrupted and should be thrown away before anything is written over them. +It touches the indicated lines (marking them changed). +The routine \fBredrawwin\fR() touches the entire window. .SH RETURN VALUE Routines that return an integer return \fBERR\fR upon failure, and \fBOK\fR (SVr4 only specifies "an integer value other than \fBERR\fR") upon successful