[Python-checkins] python/dist/src/Doc/lib libcurses.tex,1.44,1.45

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Aug 13 22:51:26 EDT 2003


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

Modified Files:
	libcurses.tex 
Log Message:
fix markup


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** libcurses.tex	13 Aug 2003 23:09:16 -0000	1.44
--- libcurses.tex	14 Aug 2003 04:51:24 -0000	1.45
***************
*** 543,547 ****
  application.  The default color is assigned to the color number -1.
  After calling this function, 
! \function{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance,
  color pair \var{x} to a red foreground color on the default background.
  \end{funcdesc}
--- 543,547 ----
  application.  The default color is assigned to the color number -1.
  After calling this function, 
! \code{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance,
  color pair \var{x} to a red foreground color on the default background.
  \end{funcdesc}





More information about the Python-checkins mailing list