diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-21 16:04:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-21 16:04:08 (GMT) |
commit | 1bf4e93180f766b3013cbc549194cb5584977fac (patch) | |
tree | 96ee9eb40934d54d4bd819c07fa7e2093da2ca80 /Doc/lib/libcurses.tex | |
parent | da72b93a017441a0bf8e7d426a21f225e9076fbf (diff) | |
download | cpython-1bf4e93180f766b3013cbc549194cb5584977fac.zip cpython-1bf4e93180f766b3013cbc549194cb5584977fac.tar.gz cpython-1bf4e93180f766b3013cbc549194cb5584977fac.tar.bz2 |
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!
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r-- | Doc/lib/libcurses.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 9255e19..c3eb477 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -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: |