mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +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:
parent
d8fa043b22
commit
49f6e56e73
2
putty.h
2
putty.h
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user