X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ldisc.h;h=5dbe2a76b6b489adc1dcceaf8c8a5963bf225d76;hb=cc66c86e7311c97db09da989c340ba3108c9e14f;hp=aa904ed6d294f1d62cc75db363f7b28b2b65a8bd;hpb=d17f035447d812cb586719cfbf6b64a17dba51be;p=PuTTY.git 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;