summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-08-09 21:49:31 (GMT)
committerEric S. Raymond <esr@thyrsus.com>2000-08-09 21:49:31 (GMT)
commit65983372f0060de0a4d356fe62d47e1bfc3549ee (patch)
treebcc2ea0e76286690d7cff18b024ed396a8a9bc76 /Doc/lib
parent1ebd3f6c4bf8c20750064b06a82e8727ce50e72b (diff)
downloadcpython-65983372f0060de0a4d356fe62d47e1bfc3549ee.zip
cpython-65983372f0060de0a4d356fe62d47e1bfc3549ee.tar.gz
cpython-65983372f0060de0a4d356fe62d47e1bfc3549ee.tar.bz2
More on noutrefresh.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcurses.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index 192a8ca..9255e19 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}