| Store | Cart

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

From: A.M. Kuchling <pyth...@python.org>
Tue, 23 May 2000 09:46:07 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29989

Modified Files:
	libcurses.tex 
Log Message:
Updated docs to list all the new methods and functions.  The docs are 
now complete, but probably still not very helpful or friendly.

Note: two very large tables (of key names, and of character names) were
added; these tables format terribly, and need some reworking.


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** libcurses.tex	1999/11/10 16:21:36	1.3
--- libcurses.tex	2000/05/23 16:46:04	1.4
***************
*** 24,96 ****
  
  
! \subsection{Constants and Functions \label{curses-functions}}
  
! The \module{curses} module defines the following data members:
! 
! \begin{datadesc}{version}
! A string representing the current version of the module.
! \end{datadesc}
  
[...1224 lines suppressed...]
+   \lineii{ACS_TTEE}{}
+   \lineii{ACS_UARROW}{}
+   \lineii{ACS_ULCORNER}{}
+   \lineii{ACS_URCORNER}{}
+   \lineii{ACS_VLINE}{}
+ \end{tableii}
+ 
+ The following table lists the predefined colors:
+ 
+ \begin{tableii}{c|l}{code}{Constant}{Color}
+   \lineii{COLOR_BLACK}{Black}
+   \lineii{COLOR_BLUE}{Blue}
+   \lineii{COLOR_CYAN}{Cyan (light greenish blue)}
+   \lineii{COLOR_GREEN}{Green}
+   \lineii{COLOR_MAGENTA}{Magenta (purplish red)}
+   \lineii{COLOR_RED}{Red}
+   \lineii{COLOR_WHITE}{White}
+   \lineii{COLOR_YELLOW}{Yellow}
+ \end{tableii}
+ 

Recent Messages in this Thread
A.M. Kuchling May 23, 2000 04:46 pm