]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
RDB's patch: thanks to improvements in OEMANSI font mode, it can now
authorSimon Tatham <anakin@pobox.com>
Fri, 17 Mar 2000 10:35:09 +0000 (10:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 17 Mar 2000 10:35:09 +0000 (10:35 +0000)
be the default

git-svn-id: http://svn.tartarus.org/sgt/putty@419 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index 84dfa65529c23575916a516eb23e3bf8ce9324c3..2e63f0496e94648f37eb6106eca05e9c6d08c007 100644 (file)
--- 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++) {