@@ -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
10911091On VT100s and their software emulations, such as X terminal emulators,
10921092there 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
11151115been 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
11631163The following table lists the predefined colors:
11641164
0 commit comments