1
0
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:
Jacob Nevins 2004-12-19 23:15:17 +00:00
parent a27ce0492b
commit 2a69c4e0fa

View File

@ -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];