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:
Simon Tatham 2000-03-17 10:35:09 +00:00
Родитель ee51d18b48
Коммит cfc0852580
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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++) {