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
Родитель d8fa043b22
Коммит 49f6e56e73
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;