Skip to content

Commit

Permalink
Update telnet.h for TELOPT_CHARSET (42)
Browse files Browse the repository at this point in the history
To align with support for [Telopt CHARSET Option](https://tools.ietf.org/html/rfc2066).
  • Loading branch information
mpconley authored and amotzkau committed Jul 13, 2020
1 parent dc1cd3a commit 8b045b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mudlib/sys/telnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ char *telcmds[] = {
#define TELOPT_AUTHENTICATION 37 /* authentication */
#define TELOPT_ENCRYPT 38 /* authentication */
#define TELOPT_NEWENV 39 /* Environment opt for Port ID */
#define TELOPT_CHARSET 42 /* Character encoding negotiation */
#define TELOPT_STARTTLS 46 /* Transport Layer Security */
#define TELOPT_KERMIT 47 /* Telnet KERMIT */
#define TELOPT_SEND_URL 48 /* Send URL */
Expand Down Expand Up @@ -135,7 +136,7 @@ char *telopts[NTELOPTS]
, "TTYLOC", "3270 REGIME", "X.3 PAD", "NAWS"
, "TSPEED", "LFLOW", "LINEMODE", "XDISPLOC"
, "ENVIRON", "AUTH", "ENCRYPT", "NEWENV"
, "TELOPT 40", "TELOPT 41", "TELOPT 42", "TELOPT 43"
, "TELOPT 40", "TELOPT 41", "CHARSET", "TELOPT 43"
, "TELOPT 44", "TELOPT 45", "STARTTLS", "KERMIT"
, "SEND_URL", "TELOPT 49", "TELOPT 50", "TELOPT 51"
, "TELOPT 52", "TELOPT 53", "TELOPT 54", "TELOPT 55"
Expand Down

0 comments on commit 8b045b5

Please sign in to comment.