Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bf4e93

Browse files
committed
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!
1 parent da72b93 commit 1bf4e93

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libcurses.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ \subsection{Constants}
991991
% XXX this table is far too large!
992992
% XXX should this table be alphabetized?
993993

994-
\begin{tableii}{l|l}{code}{Key constant}{Key}
994+
\begin{longtableii}{l|l}{code}{Key constant}{Key}
995995
\lineii{KEY_MIN}{Minimum key value}
996996
\lineii{KEY_BREAK}{ Break key (unreliable) }
997997
\lineii{KEY_DOWN}{ Down-arrow }
@@ -1086,7 +1086,7 @@ \subsection{Constants}
10861086
\lineii{KEY_MOUSE}{ Mouse event has occurred }
10871087
\lineii{KEY_RESIZE}{ Terminal resize event }
10881088
\lineii{KEY_MAX}{Maximum key value}
1089-
\end{tableii}
1089+
\end{longtableii}
10901090

10911091
On VT100s and their software emulations, such as X terminal emulators,
10921092
there are normally at least four function keys (\constant{KEY_F1},
@@ -1114,7 +1114,7 @@ \subsection{Constants}
11141114
\strong{Note:} These are available only after \function{initscr()} has
11151115
been called.
11161116

1117-
\begin{tableii}{l|l}{code}{ACS code}{Meaning}
1117+
\begin{longtableii}{l|l}{code}{ACS code}{Meaning}
11181118
\lineii{ACS_BBSS}{alternate name for upper right corner}
11191119
\lineii{ACS_BLOCK}{solid square block}
11201120
\lineii{ACS_BOARD}{board of squares}
@@ -1158,7 +1158,7 @@ \subsection{Constants}
11581158
\lineii{ACS_ULCORNER}{upper left corner}
11591159
\lineii{ACS_URCORNER}{upper right corner}
11601160
\lineii{ACS_VLINE}{vertical line}
1161-
\end{tableii}
1161+
\end{longtableii}
11621162

11631163
The following table lists the predefined colors:
11641164

0 commit comments

Comments
 (0)