Robert de Bath's patch: integrate line disciplines into Telnet and have them
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 0d93665..8217024 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -79,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 {