diff options
-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: |