david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Increase colour pair limit

This commit is contained in:
Michael Brown 2006-12-20 03:42:35 +00:00
parent c66b99272f
commit 4b33c03942
1 changed files with 1 additions and 1 deletions

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 '+'