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:
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…
Reference in New Issue
Block a user