diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-29 06:39:33 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-29 06:39:33 (GMT) |
commit | 3229b859fba76b5e8d276250c863ac91a4ea8235 (patch) | |
tree | 4a4061de8b1ee1a85316033ad135aa5d5da44c3a /Doc | |
parent | 497671e094b7f18221cc1f872bfe68afc57c860b (diff) | |
download | cpython-3229b859fba76b5e8d276250c863ac91a4ea8235.zip cpython-3229b859fba76b5e8d276250c863ac91a4ea8235.tar.gz cpython-3229b859fba76b5e8d276250c863ac91a4ea8235.tar.bz2 |
More on noutrefresh() and scroll().
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcurses.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index e9ed7a2d..89c4161 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -866,7 +866,8 @@ will not be interpreted, and will be left in the input stream as is. \begin{methoddesc}{noutrefresh}{} 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. +an update of the physical screen. To accomplish that, call +\function{doupdate()}. \end{methoddesc} \begin{methoddesc}{overlay}{destwin\optional{, sminrow, smincol, @@ -933,7 +934,7 @@ structures. Negative values of \var{pminrow}, \var{pmincol}, \end{methoddesc} \begin{methoddesc}{scroll}{\optional{lines\code{ = 1}}} -Scroll the screen upward by \var{lines} lines. +Scroll the screen or scrolling region upward by \var{lines} lines. \end{methoddesc} \begin{methoddesc}{scrollok}{flag} |