]> granicus.if.org Git - python/commitdiff
Convert the longest two tables from tableii to longtableii so they do not
authorFred Drake <fdrake@acm.org>
Thu, 21 Sep 2000 16:04:08 +0000 (16:04 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 21 Sep 2000 16:04:08 +0000 (16:04 +0000)
make too big a mess.  One actually did not fit on a single page at all!

Doc/lib/libcurses.tex

index 9255e198330b77eb6470e47c3c00fb45be8100c7..c3eb47701666026634836528b05b98bb2061fb53 100644 (file)
@@ -991,7 +991,7 @@ Keys are referred to by integer constants with names starting with
 % XXX this table is far too large!
 % XXX should this table be alphabetized?
 
-\begin{tableii}{l|l}{code}{Key constant}{Key}
+\begin{longtableii}{l|l}{code}{Key constant}{Key}
   \lineii{KEY_MIN}{Minimum key value}
   \lineii{KEY_BREAK}{ Break key (unreliable) }
   \lineii{KEY_DOWN}{ Down-arrow }
@@ -1086,7 +1086,7 @@ Keys are referred to by integer constants with names starting with
   \lineii{KEY_MOUSE}{ Mouse event has occurred }
   \lineii{KEY_RESIZE}{ Terminal resize event }
   \lineii{KEY_MAX}{Maximum key value}
-\end{tableii}
+\end{longtableii}
 
 On VT100s and their software emulations, such as X terminal emulators,
 there are normally at least four function keys (\constant{KEY_F1},
@@ -1114,7 +1114,7 @@ approximation.
 \strong{Note:} These are available only after \function{initscr()} has 
 been called.
 
-\begin{tableii}{l|l}{code}{ACS code}{Meaning}
+\begin{longtableii}{l|l}{code}{ACS code}{Meaning}
   \lineii{ACS_BBSS}{alternate name for upper right corner}
   \lineii{ACS_BLOCK}{solid square block}
   \lineii{ACS_BOARD}{board of squares}
@@ -1158,7 +1158,7 @@ been called.
   \lineii{ACS_ULCORNER}{upper left corner}
   \lineii{ACS_URCORNER}{upper right corner}
   \lineii{ACS_VLINE}{vertical line}
-\end{tableii}
+\end{longtableii}
 
 The following table lists the predefined colors: