[Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.29,1.30

Eric S. Raymond esr@users.sourceforge.net
Sun, 28 Jan 2001 22:39:35 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv2864

Modified Files:
	libcurses.tex 
Log Message:
More on noutrefresh() and scroll().


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** libcurses.tex	2001/01/04 05:14:45	1.29
--- libcurses.tex	2001/01/29 06:39:33	1.30
***************
*** 867,871 ****
  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}
  
--- 867,872 ----
  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.  To accomplish that, call 
! \function{doupdate()}.
  \end{methoddesc}
  
***************
*** 934,938 ****
  
  \begin{methoddesc}{scroll}{\optional{lines\code{ = 1}}}
! Scroll the screen upward by \var{lines} lines.
  \end{methoddesc}
  
--- 935,939 ----
  
  \begin{methoddesc}{scroll}{\optional{lines\code{ = 1}}}
! Scroll the screen or scrolling region upward by \var{lines} lines.
  \end{methoddesc}