diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-03 05:21:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-03 05:21:47 +0000 |
commit | 211326e37501ac01a66994a221020b75ab5f63f0 (patch) | |
tree | 6d6c7182f1034b1b04c98386a1c3ba44e8accd5f /lib/libcurses/curs_refresh.3 | |
parent | 7c742f381e7808d0b12c17b534305751f3ebb0cb (diff) |
Merge of ncurses-4.1-971129
Diffstat (limited to 'lib/libcurses/curs_refresh.3')
-rw-r--r-- | lib/libcurses/curs_refresh.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libcurses/curs_refresh.3 b/lib/libcurses/curs_refresh.3 index 77bae2eeb90..dcfb0d915a6 100644 --- a/lib/libcurses/curs_refresh.3 +++ b/lib/libcurses/curs_refresh.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: curs_refresh.3,v 1.2 1997/12/03 05:21:02 millert Exp $ +.\" 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 +57,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 @@ -75,7 +76,7 @@ either behavior in programs that might have to be linked with other curses implementations. Instead, you can do an explicit \fBtouchwin()\fR before the \fBwnoutrefresh()\fR call to guarantee an entire-contents copy anywhere. .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_outopts\fR(3X) +\fBcurses\fR(3), \fBcurs_outopts\fR(3) .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: |