From 8bb92a1c3335c0b108aae24dd0dcbbfc7365399f Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 30 Oct 2001 09:50:40 +0000 Subject: [PATCH] Increase cfg.line_codepage buffer size to cope with the explanatory text added in a recent unicode.c patch. git-svn-id: svn://svn.tartarus.org/sgt/putty@1342 cda61777-01e9-0310-a592-d414129be87e --- putty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putty.h b/putty.h index 026fa44c..8bd681e6 100644 --- 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; -- 2.11.0