mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
Correct number of configurable colours (NCFGCOLOURS) to match reality
(leftover from `256-colours', r4917). [originally from svn r5013] [r4917 == e4e10e494b3ee80e68c84882628d84c2791b1344]
This commit is contained in:
parent
a27ce0492b
commit
2a69c4e0fa
@ -158,7 +158,7 @@ static enum {
|
|||||||
} und_mode;
|
} und_mode;
|
||||||
static int descent;
|
static int descent;
|
||||||
|
|
||||||
#define NCFGCOLOURS 24
|
#define NCFGCOLOURS 22
|
||||||
#define NEXTCOLOURS 240
|
#define NEXTCOLOURS 240
|
||||||
#define NALLCOLOURS (NCFGCOLOURS + NEXTCOLOURS)
|
#define NALLCOLOURS (NCFGCOLOURS + NEXTCOLOURS)
|
||||||
static COLORREF colours[NALLCOLOURS];
|
static COLORREF colours[NALLCOLOURS];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user