зеркало из https://github.com/github/putty.git
Next instalment of the Great Incompatible Defaults Change: `avoid
ever using icon title' now defaults to On, because in general it seems to cause more problems than it solves. [originally from svn r2679]
This commit is contained in:
Родитель
25d65cd5b5
Коммит
dbee2d886f
|
@ -498,7 +498,7 @@ void load_open_settings(void *sesskey, int do_host, Config *cfg)
|
||||||
gppi(sesskey, "DECOriginMode", 0, &cfg->dec_om);
|
gppi(sesskey, "DECOriginMode", 0, &cfg->dec_om);
|
||||||
gppi(sesskey, "AutoWrapMode", 1, &cfg->wrap_mode);
|
gppi(sesskey, "AutoWrapMode", 1, &cfg->wrap_mode);
|
||||||
gppi(sesskey, "LFImpliesCR", 0, &cfg->lfhascr);
|
gppi(sesskey, "LFImpliesCR", 0, &cfg->lfhascr);
|
||||||
gppi(sesskey, "WinNameAlways", 0, &cfg->win_name_always);
|
gppi(sesskey, "WinNameAlways", 1, &cfg->win_name_always);
|
||||||
gpps(sesskey, "WinTitle", "", cfg->wintitle, sizeof(cfg->wintitle));
|
gpps(sesskey, "WinTitle", "", cfg->wintitle, sizeof(cfg->wintitle));
|
||||||
gppi(sesskey, "TermWidth", 80, &cfg->width);
|
gppi(sesskey, "TermWidth", 80, &cfg->width);
|
||||||
gppi(sesskey, "TermHeight", 24, &cfg->height);
|
gppi(sesskey, "TermHeight", 24, &cfg->height);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче