kevinkey / klank

Text based version of Clank written in Ruby
3 stars 3 forks source link

telnet protocol (RFC 318) for end-of-line not supported correctly #10

Closed Pachelbel1414 closed 4 years ago

Pachelbel1414 commented 4 years ago

This causes problems with many telnet clients, including Android and Windows.

From RFC318: "The end of a line of text shall be indicated by the character sequence Carriage Return Line Feed (CR, LF). This convention applies to both the sending (Keyboard) and receiving (Printer) (virtual) mechanisms."

Pachelbel1414 commented 4 years ago

RFC318 https://tools.ietf.org/html/rfc318 http://www.pcmicro.com/netfoss/telnet.html RFC854 http://www.pcmicro.com/netfoss/RFC854.html