diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 2000-08-09 21:49:31 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 2000-08-09 21:49:31 +0000 |
| commit | 65983372f0060de0a4d356fe62d47e1bfc3549ee (patch) | |
| tree | bcc2ea0e76286690d7cff18b024ed396a8a9bc76 /Doc/lib/libcurses.tex | |
| parent | 1ebd3f6c4bf8c20750064b06a82e8727ce50e72b (diff) | |
| download | cpython-git-65983372f0060de0a4d356fe62d47e1bfc3549ee.tar.gz | |
More on noutrefresh.
Diffstat (limited to 'Doc/lib/libcurses.tex')
| -rw-r--r-- | Doc/lib/libcurses.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 192a8caf47..9255e19833 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} |
