TooTallNate / node-telnet

Telnet implementation for Node.js
87 stars 30 forks source link

update telnet.js so it doesn't crash on control key sends, since linemod... #11

Open georgefrick opened 9 years ago

georgefrick commented 9 years ago

Update telnet.js so it doesn't crash on control key sends, since linemode TRAPSIG is not implemented.

This implementation begins the work of adding the additional support, instead of swallowing the errors. It's still not perfect, but a start for users who don't want crashes.