зеркало из https://github.com/github/putty.git
RDB's patch: thanks to improvements in OEMANSI font mode, it can now
be the default [originally from svn r419]
This commit is contained in:
Родитель
ee51d18b48
Коммит
cfc0852580
2
windlg.c
2
windlg.c
|
@ -307,7 +307,7 @@ static void load_settings (char *section, int do_host) {
|
||||||
gppi (sesskey, "FontIsBold", 0, &cfg.fontisbold);
|
gppi (sesskey, "FontIsBold", 0, &cfg.fontisbold);
|
||||||
gppi (sesskey, "FontCharSet", ANSI_CHARSET, &cfg.fontcharset);
|
gppi (sesskey, "FontCharSet", ANSI_CHARSET, &cfg.fontcharset);
|
||||||
gppi (sesskey, "FontHeight", 10, &cfg.fontheight);
|
gppi (sesskey, "FontHeight", 10, &cfg.fontheight);
|
||||||
gppi (sesskey, "FontVTMode", VT_POORMAN, (int *)&cfg.vtmode);
|
gppi (sesskey, "FontVTMode", VT_OEMANSI, (int *)&cfg.vtmode);
|
||||||
gppi (sesskey, "TryPalette", 0, &cfg.try_palette);
|
gppi (sesskey, "TryPalette", 0, &cfg.try_palette);
|
||||||
gppi (sesskey, "BoldAsColour", 1, &cfg.bold_colour);
|
gppi (sesskey, "BoldAsColour", 1, &cfg.bold_colour);
|
||||||
for (i=0; i<22; i++) {
|
for (i=0; i<22; i++) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче