]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ldisc.h
first pass
[PuTTY.git] / ldisc.h
diff --git a/ldisc.h b/ldisc.h
index 2bca86d9a4a9b27189e0a9956758d617bb62abcb..5dbe2a76b6b489adc1dcceaf8c8a5963bf225d76 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;