Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / ldisc.h
diff --git a/ldisc.h b/ldisc.h
index aa904ed..5dbe2a7 100644 (file)
--- a/ldisc.h
+++ b/ldisc.h
@@ -14,6 +14,11 @@ typedef struct ldisc_tag {
     void *backhandle;
     void *frontend;
 
+    /*
+     * Values cached out of conf.
+     */
+    int telnet_keyboard, telnet_newline, protocol, localecho, localedit;
+
     char *buf;
     int buflen, bufsiz, quotenext;
 } *Ldisc;