]> 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 0d93665340bb9f28a03ac4ede06f9cd688131d1c..8217024944a08a9d9330ed93c1180fe4ebe78306 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 {