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

A.M. Kuchling python-dev@python.org
Sat, 18 Nov 2000 09:57:37 -0800


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

Modified Files:
	libcurses.tex 
Log Message:
Document the new setupterm() function


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** libcurses.tex	2000/11/07 03:35:24	1.21
--- libcurses.tex	2000/11/18 17:57:33	1.22
***************
*** 422,425 ****
--- 422,432 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{setupterm}{\optional{termstr, fd}}
+ Initializes the terminal.  \var{termstr} is a string giving the
+ terminal name; if omitted, the value of the TERM environment variable
+ will be used.  \var{fd} is the file descriptor to which any initialization sequences will be sent; if not supplied, the file descriptor for 
+ \code{sys.stdout} will be used.
+ \end{funcdesc}
+ 
  \begin{funcdesc}{start_color}{}
  Must be called if the programmer wants to use colors, and before any