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

A.M. Kuchling python-dev@python.org
Mon, 6 Nov 2000 19:35:26 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23347
Modified Files:
	libcurses.tex 
Log Message:
Patch #102278: add tparm() function to _curses module
Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** libcurses.tex	2000年10月10日 17:03:45	1.20
--- libcurses.tex	2000年11月07日 03:35:24	1.21
***************
*** 467,470 ****
--- 467,477 ----
 \end{funcdesc}
 
+ \begin{funcdesc}{tparm}{str\optional{,...}}
+ Instantiates the string \var{str} with the supplied parameters, where 
+ \var{str} should be a parameterized string obtained from the terminfo 
+ database. E.g. \code{tparm(tigetstr("cup"),5,3)} could result in 
+ \code{"\e{}033[6;4H"}, the exact result depending on terminal type.
+ \end{funcdesc}
+ 
 \begin{funcdesc}{typeahead}{fd}
 Specifies that the file descriptor \var{fd} be used for typeahead

AltStyle によって変換されたページ (->オリジナル) /