mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Tentative merge of ben-mac-port (only dead for three years!) into the trunk.
This doesn't include any mkfiles.pl glue, and is missing one or two other fixes. The terminal emulator is kind of working, though, as, I believe, is the store module. Everything else is yet to be done. [originally from svn r2226]
This commit is contained in:
@ -484,6 +484,8 @@ void load_settings(char *section, int do_host, Config * cfg)
|
||||
gppi(sesskey, "TermHeight", 24, &cfg->height);
|
||||
#ifdef _WINDOWS
|
||||
gpps(sesskey, "Font", "Courier New", cfg->font, sizeof(cfg->font));
|
||||
#elif defined(macintosh)
|
||||
gpps(sesskey, "Font", "Monaco", cfg->font, sizeof(cfg->font));
|
||||
#else
|
||||
gpps(sesskey, "Font", "fixed", cfg->font, sizeof(cfg->font));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user