Make the shadow bold offset configurable, after discovering that
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index f0b93a5..cbccef7 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -369,6 +369,12 @@ struct config_tag {
     } sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1,
        sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2,
        sshbug_dhgex2;
+    /* Options for pterm. Should split out into platform-dependent part. */
+    int stamp_utmp;
+    int login_shell;
+    int scrollbar_on_left;
+    char boldfont[64];
+    int shadowboldoffset;
 };
 
 /*