]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Localise control IDs in each dialog procedure, for maintainability
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 4b64892e93026a97a0f40aa898dc4839ee725d96..40dd8cb868fdeee62ea152093a96443d68d5a2db 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -115,6 +115,7 @@ typedef struct {
     void (*special) (Telnet_Special code);
     SOCKET (*socket) (void);
     int (*sendok) (void);
+    int default_port;
 } Backend;
 
 GLOBAL Backend *back;
@@ -163,6 +164,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;