Increase cfg.line_codepage buffer size to cope with the explanatory
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 026fa44..8bd681e 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -331,7 +331,7 @@ typedef struct {
     short wordness[256];
     /* translations */
     VT_Mode vtmode;
-    char line_codepage[32];
+    char line_codepage[128];
     int xlat_capslockcyr;
     /* X11 forwarding */
     int x11_forward;