X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_refresh.3x;h=82ae069b49e72789e2b19990543bd410eef98533;hp=84c5f08a9bbc16da2bfd4b37e6f16449eec857ca;hb=59c1a9740d123db3cecafe76e18f7848081a670b;hpb=cef50b3afcd58166f3541b701c97bce538844c76 diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x index 84c5f08a..82ae069b 100644 --- a/man/curs_refresh.3x +++ b/man/curs_refresh.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2010,2016 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_refresh.3x,v 1.14 2010/10/02 23:20:50 tom Exp $ +.\" $Id: curs_refresh.3x,v 1.16 2016/01/30 15:52:36 tom Exp $ .TH curs_refresh 3X "" .na .hy 0 @@ -55,6 +55,7 @@ \fBint wredrawln(WINDOW *win, int beg_line, int num_lines);\fR .br .SH DESCRIPTION +.SS refresh/wrefresh The \fBrefresh\fR and \fBwrefresh\fR routines (or \fBwnoutrefresh\fR and \fBdoupdate\fR) must be called to get actual output to the terminal, as other routines merely manipulate data structures. @@ -66,6 +67,7 @@ same, using \fBstdscr\fR as the default window. Unless \fBleaveok\fR 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\fR and \fBdoupdate\fR routines allow multiple updates with more efficiency than \fBwrefresh\fR alone. @@ -98,6 +100,7 @@ order and the overlap region will be modified only when it is explicitly changed. (But see the section on \fBPORTABILITY\fR below for a warning about exploiting this behavior.) +.SS wredrawln/redrawwin .PP 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. @@ -110,7 +113,7 @@ completion. .PP X/Open does not define any error conditions. In this implementation -.RS +.RS 3 .TP 5 \fBwnoutrefresh\fP returns an error @@ -138,9 +141,3 @@ Instead, you can do an explicit \fBtouchwin()\fR before the \fBcurses\fR(3X), \fBcurs_outopts\fR(3X) \fBcurs_variables\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: