Add ability to configure the initial window title
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 4b64892..791930a 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -163,6 +163,7 @@ typedef struct {
     int alt_space;                    /* is it special? */
     int ldisc_term;
     int scroll_on_key;
+    char wintitle[256];                /* initial window title */
     /* Terminal options */
     int savelines;
     int dec_om;