Show HN: Messing with Telnet
I ran through the telnet guessed that the code for “End of subnegotiation parameters” (SE)
might be all the server needs to look for. Telnet by default (at least on my machine) requires line breaks
before sending user input to the server. To get around this I began by manually
hitting the escape key from the client side, typing `mode character` and hitting
enter:“`
$ telnet localhost 8000
^]
telnet mode character
“`which made for quite a poor experience.
Source: jott.live