X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/fe5634f616c5bf0afdf883045dc309e82c6ac41c..3980e64ffbb86a37d6810b004a04a21f338a408b:/ldisc.h diff --git a/ldisc.h b/ldisc.h index 2bca86d9..5dbe2a76 100644 --- a/ldisc.h +++ b/ldisc.h @@ -11,10 +11,14 @@ 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;