1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-18 03:28:07 -05:00

Increase the size of the `font' buffer in the Config structure, for

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]
This commit is contained in:
Simon Tatham 2002-11-26 19:35:40 +00:00
parent a8e0271b8d
commit 9d58830c3f

View File

@ -303,7 +303,7 @@ struct config_tag {
int blinktext; int blinktext;
int win_name_always; int win_name_always;
int width, height; int width, height;
char font[64]; char font[256];
int fontisbold; int fontisbold;
int fontheight; int fontheight;
int fontcharset; int fontcharset;