X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a4f046e1dc5c6d28ee9bf9fa5a4d1764e361a72a..3980e64ffbb86a37d6810b004a04a21f338a408b:/ldisc.h diff --git a/ldisc.h b/ldisc.h index aa904ed6..5dbe2a76 100644 --- 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;