Oops - check in leftovers from yesterday's development. That's what
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 793e976..9d00154 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -369,6 +369,11 @@ 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];
 };
 
 /*
@@ -484,6 +489,7 @@ void term_update(void);
 void term_invalidate(void);
 void term_blink(int set_cursor);
 void term_do_paste(void);
+int term_paste_pending(void);
 void term_paste(void);
 void term_nopaste(void);
 int term_ldisc(int option);