Increase the size of the `font' buffer in the Config structure, for
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index f322bac..95f263b 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -303,7 +303,7 @@ struct config_tag {
     int blinktext;
     int win_name_always;
     int width, height;
-    char font[64];
+    char font[256];
     int fontisbold;
     int fontheight;
     int fontcharset;