From: Eric S. Raymond Date: Wed, 9 Aug 2000 21:49:31 +0000 (+0000) Subject: More on noutrefresh. X-Git-Tag: v2.0b1~521 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65983372f0060de0a4d356fe62d47e1bfc3549ee;p=thirdparty%2FPython%2Fcpython.git More on noutrefresh. --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 192a8caf4788..9255e198330b 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -834,7 +834,9 @@ not be interpreted, and will be left in the input stream as is. \end{methoddesc} \begin{methoddesc}{noutrefresh}{} -Mark for refresh but wait. +Mark for refresh but wait. This function updates the data structure +representing the desired state of the window, but does not force +an update of the physical screen. \end{methoddesc} \begin{methoddesc}{putwin}{file}