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

Fred L. Drake python-dev@python.org
Mon, 24 Jul 2000 12:35:54 -0700


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

Modified Files:
	libcurses.tex 
Log Message:

Fix small typos and markup consistency nits.


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** libcurses.tex	2000/07/24 03:28:40	1.9
--- libcurses.tex	2000/07/24 19:35:52	1.10
***************
*** 22,26 ****
                             settings.}
    \seemodule{curses.textbox}{Editable text widget for curses supporting 
! 			   Emacs-like bindings.}
    \seetext{Tutorial material on using curses with Python is available
             on the Python Web site as Andrew Kuchling's
--- 22,26 ----
                             settings.}
    \seemodule{curses.textbox}{Editable text widget for curses supporting 
! 			     Emacs-like bindings.}
    \seetext{Tutorial material on using curses with Python is available
             on the Python Web site as Andrew Kuchling's
***************
*** 350,357 ****
  input, and disable low-level translation of newline into
  newline/return on output (but this does not change the behavior of
! addch('\n') which always does the equivalent of return and line feed
! on the virtual screen).  With translation off, curses can sometimes speed
! up vertical motion a little; also, it will be able to detect the
! return key on input
  \end{funcdesc}
  
--- 350,357 ----
  input, and disable low-level translation of newline into
  newline/return on output (but this does not change the behavior of
! \code{addch('\e n')}, which always does the equivalent of return and
! line feed on the virtual screen).  With translation off, curses can
! sometimes speed up vertical motion a little; also, it will be able to
! detect the return key on input.
  \end{funcdesc}