From 2a7bfc6ed2b2f760ab91a05eb56a3f8f3386006e Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 17 Mar 2000 10:35:09 +0000 Subject: [PATCH] RDB's patch: thanks to improvements in OEMANSI font mode, it can now be the default git-svn-id: svn://svn.tartarus.org/sgt/putty@419 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windlg.c b/windlg.c index 84dfa655..2e63f049 100644 --- a/windlg.c +++ b/windlg.c @@ -307,7 +307,7 @@ static void load_settings (char *section, int do_host) { gppi (sesskey, "FontIsBold", 0, &cfg.fontisbold); gppi (sesskey, "FontCharSet", ANSI_CHARSET, &cfg.fontcharset); 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, "BoldAsColour", 1, &cfg.bold_colour); for (i=0; i<22; i++) { -- 2.11.0