uint64_decimal() incorrectly output 0 as "" instead of "0". This only affected
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 81cb5c5..061f627 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -444,6 +444,7 @@ struct config_tag {
     int arabicshaping;
     int bidi;
     /* Colour options */
+    int ansi_colour;
     int system_colour;
     int try_palette;
     int bold_colour;