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 2bca86d..5dbe2a7 100644 (file)
--- a/ldisc.h
+++ b/ldisc.h
 typedef struct ldisc_tag {
     Terminal *term;
     Backend *back;
-    Config *cfg;
     void *backhandle;
     void *frontend;
 
+    /*
+     * Values cached out of conf.
+     */
+    int telnet_keyboard, telnet_newline, protocol, localecho, localedit;
+
     char *buf;
     int buflen, bufsiz, quotenext;
 } *Ldisc;