1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Increase cfg.line_codepage buffer size to cope with the explanatory

text added in a recent unicode.c patch.

[originally from svn r1342]
This commit is contained in:
Simon Tatham 2001-10-30 09:50:40 +00:00
parent d8fa043b22
commit 49f6e56e73

View File

@ -331,7 +331,7 @@ typedef struct {
short wordness[256]; short wordness[256];
/* translations */ /* translations */
VT_Mode vtmode; VT_Mode vtmode;
char line_codepage[32]; char line_codepage[128];
int xlat_capslockcyr; int xlat_capslockcyr;
/* X11 forwarding */ /* X11 forwarding */
int x11_forward; int x11_forward;