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