[Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.10,1.11
A.M. Kuchling
python-dev@python.org
2000年7月25日 19:59:15 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3372
Modified Files:
libcurses.tex
Log Message:
Document tiget{flag,num,str}
Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** libcurses.tex 2000年07月24日 19:35:52 1.10
--- libcurses.tex 2000年07月26日 02:59:13 1.11
***************
*** 439,442 ****
--- 439,463 ----
\end{funcdesc}
+ \begin{funcdesc}{tigetflag}{capname}
+ Returns the value of the Boolean capability corresponding to the
+ terminfo capability name \var{capname}. The value -1 is returned if
+ \var{capname} is not a Boolean capability, or 0 if it is canceled or
+ absent from the terminal description.
+ \end{funcdesc}
+
+ \begin{funcdesc}{tigetnum}{capname}
+ Returns the value of the numeric capability corresponding to the
+ terminfo capability name \var{capname}. The value -2 is returned if
+ \var{capname} is not a numeric capability, or -1 if it is canceled or absent
+ from the terminal description.
+ \end{funcdesc}
+
+ \begin{funcdesc}{tigetstr}{capname}
+ Returns the value of the string capability corresponding to the
+ terminfo capability name \var{capname}. \code{None} is returned if
+ \var{capname} is not a string capability, or is canceled or absent
+ from the terminal description.
+ \end{funcdesc}
+
\begin{funcdesc}{typeahead}{fd}
Specifies that the file descriptor \var{fd} be used for typeahead