telnet: add disabled code to emit EC and IP
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Oct 2019 14:47:37 +0000 (16:47 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Oct 2019 14:47:37 +0000 (16:47 +0200)
commit95867147f5cdf6650dbfc207c8dada86246f23ae
tree4b65ff7b3395f4d271f9c7529588219be8db1afe
parent37a9008f8e82b9469062f5a792a26f145012c617
telnet: add disabled code to emit EC and IP

> I'm trying to connect to a Korenix 3005 switch through telnet
> for management purposes, and all is well except for the backspace character
> - seems like my switch doesn't handle it too well and instead of erasing
> the last character all it does is print some garbage to the screen.
> I've had the same issue before while using putty, but saw a solution that
> suggests to enable "Telnet special commands" in the options menu, and it
> worked.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/telnet.c