Make the shadow bold offset configurable, after discovering that
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index c5a08b1..cbccef7 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -372,6 +372,9 @@ struct config_tag {
     /* 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;
 };
 
 /*