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

Eric S. Raymond python-dev@python.org
Wed, 9 Aug 2000 14:49:34 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12123

Modified Files:
	libcurses.tex 
Log Message:
More on noutrefresh.


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** libcurses.tex	2000/08/09 21:11:07	1.15
--- libcurses.tex	2000/08/09 21:49:31	1.16
***************
*** 835,839 ****
  
  \begin{methoddesc}{noutrefresh}{}
! Mark for refresh but wait.
  \end{methoddesc}
  
--- 835,841 ----
  
  \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.
  \end{methoddesc}