From: Eric S. Raymond Date: Mon, 29 Jan 2001 06:39:33 +0000 (+0000) Subject: More on noutrefresh() and scroll(). X-Git-Tag: v2.1a2~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3229b859fba76b5e8d276250c863ac91a4ea8235;p=python More on noutrefresh() and scroll(). --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index e9ed7a2d75..89c4161798 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}