mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Increase colour pair limit
This commit is contained in:
@@ -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 '+'
|
||||
|
||||
Reference in New Issue
Block a user