Increase the size of the `font' buffer in the Config structure, for
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 26 Nov 2002 19:35:40 +0000 (19:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2260 cda61777-01e9-0310-a592-d414129be87e

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;