From d9343243c7485fcaf20111cede78a5fc5a4563da Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Sat, 12 Mar 2016 15:28:34 +1000 Subject: [PATCH] Round out the telnet option list for completeness --- libraries/Terminal/TelnetDefs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libraries/Terminal/TelnetDefs.h b/libraries/Terminal/TelnetDefs.h index 64de630c..7762b8aa 100644 --- a/libraries/Terminal/TelnetDefs.h +++ b/libraries/Terminal/TelnetDefs.h @@ -98,6 +98,16 @@ enum Option Authentication = 37, /**< Authentication */ Encryption = 38, /**< Encryption */ Environment = 39, /**< Environment variables (new version) */ + TN3270E = 40, /**< TN3270E */ + XAUTH = 41, /**< XAUTH */ + Charset = 42, /**< Character set */ + RemoteSerialPort = 43, /**< Remote serial port */ + ComPortControl = 44, /**< COM port control */ + SuppressLocalEcho = 45, /**< Suppress local echo */ + StartTLS = 46, /**< Start TLS session */ + Kermit = 47, /**< KERMIT protocol */ + SendURL = 48, /**< Send URL */ + ForwardX = 49, /**< Forward X protocol */ Extended = 255 /**< Extended options list */ };