1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 18:17:32 -05:00

First phase of Unicode polishing: replace the edit box with a combo

box. Also default to ISO8859-1 so that CSI works in the default
mode; this is ridiculously Western-centric but I can't honestly
think of a better option.

[originally from svn r1183]
This commit is contained in:
Simon Tatham
2001-08-12 19:25:21 +00:00
parent 9cbaacd673
commit 686740c2fb
6 changed files with 297 additions and 274 deletions

View File

@ -373,7 +373,7 @@ void load_settings(char *section, int do_host, Config * cfg)
cfg->wordness[j] = atoi(q);
}
}
gpps(sesskey, "LineCodePage", "", cfg->line_codepage,
gpps(sesskey, "LineCodePage", "ISO-8859-1:1987", cfg->line_codepage,
sizeof(cfg->line_codepage));
gppi(sesskey, "ScrollBar", 1, &cfg->scrollbar);
gppi(sesskey, "ScrollOnKey", 0, &cfg->scroll_on_key);