Main index | Section 3 | Options |
#include <curses.h>int COLOR_PAIRS;
int COLORS;
int COLS;
int ESCDELAY;
int LINES;
int TABSIZE;
WINDOW * curscr;
WINDOW * newscr;
WINDOW * stdscr;
Depending on the configuration, these may be actual variables, or macros (see curs_threads(3X) and curs_opaque(3X)) which provide read-only access to curses's state. In either case, applications should treat them as read-only to avoid confusing the library.
&#187; | a few terminals use HLS colors, which do not follow this rule |
&#187; | terminals supporting a large number of colors are limited by the number of color pairs that can be represented in a signed short value. |
If curses is configured to use separate curses/terminfo libraries, most of these variables reside in the curses library.
curs_variables (3X) |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.