]> granicus.if.org Git - python/commitdiff
More on noutrefresh.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 9 Aug 2000 21:49:31 +0000 (21:49 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 9 Aug 2000 21:49:31 +0000 (21:49 +0000)
Doc/lib/libcurses.tex

index 192a8caf4788eb0ddf59281fe9698c212a85fa39..9255e198330b77eb6470e47c3c00fb45be8100c7 100644 (file)
@@ -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}