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

Fred L. Drake python-dev@python.org
Thu, 21 Sep 2000 09:04:12 -0700


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

Modified Files:
	libcurses.tex 
Log Message:

Convert the longest two tables from tableii to longtableii so they do not
make too big a mess.  One actually did not fit on a single page at all!


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** libcurses.tex	2000/08/09 21:49:31	1.16
--- libcurses.tex	2000/09/21 16:04:08	1.17
***************
*** 992,996 ****
  % XXX should this table be alphabetized?
  
! \begin{tableii}{l|l}{code}{Key constant}{Key}
    \lineii{KEY_MIN}{Minimum key value}
    \lineii{KEY_BREAK}{ Break key (unreliable) }
--- 992,996 ----
  % XXX should this table be alphabetized?
  
! \begin{longtableii}{l|l}{code}{Key constant}{Key}
    \lineii{KEY_MIN}{Minimum key value}
    \lineii{KEY_BREAK}{ Break key (unreliable) }
***************
*** 1087,1091 ****
    \lineii{KEY_RESIZE}{ Terminal resize event }
    \lineii{KEY_MAX}{Maximum key value}
! \end{tableii}
  
  On VT100s and their software emulations, such as X terminal emulators,
--- 1087,1091 ----
    \lineii{KEY_RESIZE}{ Terminal resize event }
    \lineii{KEY_MAX}{Maximum key value}
! \end{longtableii}
  
  On VT100s and their software emulations, such as X terminal emulators,
***************
*** 1115,1119 ****
  been called.
  
! \begin{tableii}{l|l}{code}{ACS code}{Meaning}
    \lineii{ACS_BBSS}{alternate name for upper right corner}
    \lineii{ACS_BLOCK}{solid square block}
--- 1115,1119 ----
  been called.
  
! \begin{longtableii}{l|l}{code}{ACS code}{Meaning}
    \lineii{ACS_BBSS}{alternate name for upper right corner}
    \lineii{ACS_BLOCK}{solid square block}
***************
*** 1159,1163 ****
    \lineii{ACS_URCORNER}{upper right corner}
    \lineii{ACS_VLINE}{vertical line}
! \end{tableii}
  
  The following table lists the predefined colors:
--- 1159,1163 ----
    \lineii{ACS_URCORNER}{upper right corner}
    \lineii{ACS_VLINE}{vertical line}
! \end{longtableii}
  
  The following table lists the predefined colors: