зеркало из https://github.com/github/putty.git
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:
Родитель
a27ce0492b
Коммит
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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче