mscdex / node-ncurses

An ncurses binding for node.js
MIT License
386 stars 25 forks source link

Inbuffer now matches input behaviour (irc.client.js) #42

Closed dcousens closed 10 years ago

dcousens commented 10 years ago

Prior to this change, moving the cursor in irc.client.js would not change the nature of input (which just appended to inbuffer).

In this change, inbuffer now inserts characters at the position of the cursor.

mscdex commented 10 years ago

Thanks!