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}