From 65983372f0060de0a4d356fe62d47e1bfc3549ee Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 9 Aug 2000 21:49:31 +0000 Subject: [PATCH] More on noutrefresh. --- Doc/lib/libcurses.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 192a8caf478..9255e198330 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}