mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 23:34:49 -05:00
Missed a couple of the Unix-specific settings out of settings.c. One
of these days I'll have to separate the platform-specific settings out into winsett and uxsett modules, but for now it's not too urgent. [originally from svn r2936]
This commit is contained in:
parent
cbb126917f
commit
03a7096b3c
@ -624,6 +624,8 @@ void load_open_settings(void *sesskey, int do_host, Config *cfg)
|
||||
gppi(sesskey, "LoginShell", 1, &cfg->login_shell);
|
||||
gppi(sesskey, "ScrollbarOnLeft", 0, &cfg->scrollbar_on_left);
|
||||
gppfont(sesskey, "BoldFont", &cfg->boldfont);
|
||||
gppfont(sesskey, "WideFont", &cfg->widefont);
|
||||
gppfont(sesskey, "WideBoldFont", &cfg->wideboldfont);
|
||||
gppi(sesskey, "ShadowBoldOffset", 1, &cfg->shadowboldoffset);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user