From 3229b859fba76b5e8d276250c863ac91a4ea8235 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 29 Jan 2001 06:39:33 +0000 Subject: More on noutrefresh() and scroll(). --- Doc/lib/libcurses.tex | 5 +++-- 1 file 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} -- cgit v0.12