Implement `default-colours' on Windows based loosely on Michael Wardle's patch.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 026448b..60aed03 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -429,6 +429,7 @@ struct config_tag {
     char answerback[256];
     char printer[128];
     /* Colour options */
+    int system_colour;
     int try_palette;
     int bold_colour;
     unsigned char colours[22][3];