X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ldisc.h;h=5dbe2a76b6b489adc1dcceaf8c8a5963bf225d76;hb=HEAD;hp=2bca86d9a4a9b27189e0a9956758d617bb62abcb;hpb=f7b66b7281f48ff9b5e35186e3eafdc1760cb4db;p=PuTTY_svn.git 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;