From 49f6e56e730542db434767b1d352fd18f1264fd0 Mon Sep 17 00:00:00 2001 From: Simon Tatham 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. [originally from svn r1342] --- 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;