mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Increase colour pair limit
This commit is contained in:
parent
c66b99272f
commit
4b33c03942
@ -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 '+'
|
||||
|
Loading…
x
Reference in New Issue
Block a user