mscdex / node-ncurses

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

On MacOS, widget.js MessageBox doesn't work (no input) #11

Closed paulrouget closed 12 years ago

paulrouget commented 12 years ago

I use: TERM=xterm node node-ncurses/examples/widget.js MessageBox

The MessageBox is visible, but it seems like the keyboard inputs are not operational (I have to use ctrl-c to close the script).

awwright commented 12 years ago

I'm getting this problem for all the examples on master branch where I can provide keyboard input, using GNOME Terminal over SSH, compiled on Gentoo, node v0.5.10-pre (master branch). Switching out TERM doesn't seem to help at all.

mscdex commented 12 years ago

This should be fixed in 367fd5fe79, please test.

awwright commented 12 years ago

This seems to work now!