X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_refresh.3x;fp=man%2Fcurs_refresh.3x;h=aad36e3d51a41b5438c0d5bd108d0be2b67c681d;hp=d828a7f3fb7965d1a929b159aca855e542ecbee3;hb=d79ff7b4d5f5ac63e7d9d7e76706d95a1ddb243c;hpb=515d83a2495606171a23c6eee948aea07536d178 diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x index d828a7f3..aad36e3d 100644 --- a/man/curs_refresh.3x +++ b/man/curs_refresh.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_refresh.3x,v 1.27 2023/03/11 20:41:02 tom Exp $ -.TH curs_refresh 3X 2023-03-11 "ncurses 6.4" "Library calls" +.\" $Id: curs_refresh.3x,v 1.30 2023/07/01 14:31:54 tom Exp $ +.TH curs_refresh 3X 2023-07-01 "ncurses 6.4" "Library calls" .ie \n(.g .ds `` \(lq .el .ds `` `` .ie \n(.g .ds '' \(rq @@ -62,7 +62,6 @@ \fBint redrawwin(WINDOW *\fIwin\fB);\fR .br \fBint wredrawln(WINDOW *\fIwin\fB, int \fIbeg_line\fB, int \fInum_lines\fB);\fR -.br .SH DESCRIPTION .SS refresh/wrefresh The \fBrefresh\fP and \fBwrefresh\fP routines (or \fBwnoutrefresh\fP and @@ -77,7 +76,6 @@ Unless \fBleaveok\fP(3X) has been enabled, the physical cursor of the terminal is left at the location of the cursor for that window. .SS wnoutrefresh/doupdate -.PP The \fBwnoutrefresh\fP and \fBdoupdate\fP routines allow multiple updates with more efficiency than \fBwrefresh\fP alone. In addition to all the window @@ -121,7 +119,6 @@ changed. (But see the section on \fBPORTABILITY\fP below for a warning about exploiting this behavior.) .SS wredrawln/redrawwin -.PP The \fBwredrawln\fP routine indicates to \fBcurses\fP 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).