]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Increase the size of the `font' buffer in the Config structure, for
authorSimon Tatham <anakin@pobox.com>
Tue, 26 Nov 2002 19:35:40 +0000 (19:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 26 Nov 2002 19:35:40 +0000 (19:35 +0000)
the benefit of X font names which are rather more verbose than
Windows. One day I want to replace all these fixed-size buffers with
sensible dynamically allocated stuff, but not today.

[originally from svn r2260]

putty.h

diff --git a/putty.h b/putty.h
index f322bacc9988aaf5e13a1c58b5b704960273f1fe..95f263b7ad583599d0925610e70f202f9cb0eb33 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;