2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

Increase colour pair limit

This commit is contained in:
Michael Brown 2006-12-20 03:42:35 +00:00
parent c66b99272f
commit 4b33c03942

View File

@ -137,7 +137,7 @@ extern unsigned short _LINES;
#define COLOR_PAIR(n) COLOUR_PAIR(n)
#define PAIR_NUMBER(attrs) ( ( (attrs) & A_COLOUR ) >> CPAIR_SHIFT )
#define COLOUR_PAIRS 4 /* Arbitrary limit */
#define COLOUR_PAIRS 8 /* Arbitrary limit */
#define COLOR_PAIRS COLOUR_PAIRS
#define ACS_ULCORNER '+'