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!
This commit is contained in:
Fred Drake 2000-09-21 16:04:08 +00:00
parent da72b93a01
commit 1bf4e93180
1 changed files with 4 additions and 4 deletions

View 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: