]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Add ability to configure the initial window title
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 4b64892e93026a97a0f40aa898dc4839ee725d96..791930ab0929f3a8af3e03e250cb044a24dd4f46 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;