#define colour
Colour for debug messages.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
int colour_content(short colour, short *red, short *green, short *blue)
Identify the RGB components of a given colour value.
int init_pair(short pair, short fcol, short bcol)
Initialise colour pair.
static struct colour_pair cpairs[COLOUR_PAIRS]
int pair_content(short pair, short *fcol, short *bcol)
Get colours of colour pair.