2 * ldisc.h: defines the Ldisc data structure used by ldisc.c and
\r
3 * ldiscucs.c. (Unfortunately it was necessary to split the ldisc
\r
4 * module in two, to avoid unnecessarily linking in the Unicode
\r
5 * stuff in tools that don't require it.)
\r
8 #ifndef PUTTY_LDISC_H
\r
9 #define PUTTY_LDISC_H
\r
11 typedef struct ldisc_tag {
\r
18 * Values cached out of conf.
\r
20 int telnet_keyboard, telnet_newline, protocol, localecho, localedit;
\r
23 int buflen, bufsiz, quotenext;
\r
26 #endif /* PUTTY_LDISC_H */
\r