Correct number of configurable colours (NCFGCOLOURS) to match reality
[u/mdw/putty] / windows / window.c
index 1e1c824..3d40ced 100644 (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];