Support for double-width (CJK) characters, using the xterm-like
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 3ff9e9d..113d355 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -349,7 +349,9 @@ struct config_tag {
     int stamp_utmp;
     int login_shell;
     int scrollbar_on_left;
-    char boldfont[64];
+    char boldfont[256];
+    char widefont[256];
+    char wideboldfont[256];
     int shadowboldoffset;
 };