X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/32874aeac8dacbca26663777b39a79efc5d8dc4b..a5f3e637bc3925f7c68ab0f3895408bb70154b13:/putty.h diff --git a/putty.h b/putty.h index de93bc2d..ee6a2b73 100644 --- a/putty.h +++ b/putty.h @@ -107,7 +107,8 @@ GLOBAL HWND logbox; typedef enum { TS_AYT, TS_BRK, TS_SYNCH, TS_EC, TS_EL, TS_GA, TS_NOP, TS_ABORT, - TS_AO, TS_IP, TS_SUSP, TS_EOR, TS_EOF, TS_LECHO, TS_RECHO, TS_PING + TS_AO, TS_IP, TS_SUSP, TS_EOR, TS_EOF, TS_LECHO, TS_RECHO, TS_PING, + TS_EOL } Telnet_Special; typedef enum { @@ -196,6 +197,7 @@ typedef struct { char username[32]; char localusername[32]; int rfc_environ; + int passive_telnet; /* Keyboard options */ int bksp_is_delete; int rxvt_homeend; @@ -205,6 +207,7 @@ typedef struct { int app_cursor; int app_keypad; int nethack_keypad; + int telnet_keyboard; int alt_f4; /* is it special? */ int alt_space; /* is it special? */ int alt_only; /* is it special? */