Closed OrangeTide closed 2 years ago
code is using LF ("\n") but PuTTY's telnet defaulted to CR/LF
two ways to solve this, modify MTH to negotiate a LF mode. or modify MTH to insert CR before LF.
Can work around by going into PuTTY settings "Terminal" > "Implicit CR in every LF"
This isn't PuTTY specific. Old telnet clients would run into this as well (like older Windows telnet)
fixed with MR #15
code is using LF ("\n") but PuTTY's telnet defaulted to CR/LF
two ways to solve this, modify MTH to negotiate a LF mode. or modify MTH to insert CR before LF.