зеркало из https://github.com/github/putty.git
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:
Родитель
d8fa043b22
Коммит
49f6e56e73
2
putty.h
2
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче