ziutek / telnet

Package to handle a telnet connection
Other
141 stars 60 forks source link

Backspace not handled properly #7

Closed hsnewman closed 6 years ago

hsnewman commented 8 years ago

Backspace echo's a ^H rather than performs a backspace....

ziutek commented 8 years ago

This package is for transmit bytes over network. It doesn't handle any terminal related stuff (it doesn't known what backspace means).

hsnewman commented 8 years ago

Sorry I saw Mahan's example using your package as a telnet server...

On Fri, Feb 12, 2016 at 5:03 AM, Michał Derkacz notifications@github.com wrote:

This package is for transmit bytes over network. It doesn't handle any terminal related stuff (it doesn't known what backspace means).

— Reply to this email directly or view it on GitHub https://github.com/ziutek/telnet/issues/7#issuecomment-183276036.