]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Robert de Bath's patch: integrate line disciplines into Telnet and have them
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 7e7eca61661bba694122005d6536f30aea5a3905..8217024944a08a9d9330ed93c1180fe4ebe78306 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -65,6 +65,8 @@ GLOBAL int app_cursor_keys, app_keypad_keys;
 GLOBAL int seen_key_event;
 GLOBAL int seen_disp_event;
 
+GLOBAL int session_closed;
+
 typedef enum {
     US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3
 } Unscroll_Trigger;
@@ -77,7 +79,7 @@ GLOBAL char *logfile;
 
 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_AO, TS_IP, TS_SUSP, TS_EOR, TS_EOF, TS_LECHO, TS_RECHO
 } Telnet_Special;
 
 typedef enum {