X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fe5634f616c5bf0afdf883045dc309e82c6ac41c..8d90b8b27bf086da6245030459ab3e5977313eb0:/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;