Make the shadow bold offset configurable, after discovering that
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 9d00154..cbccef7 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -374,6 +374,7 @@ struct config_tag {
     int login_shell;
     int scrollbar_on_left;
     char boldfont[64];
+    int shadowboldoffset;
 };
 
 /*