node-ncurses icon indicating copy to clipboard operation
node-ncurses copied to clipboard

An ncurses binding for node.js

Results 16 node-ncurses issues
Sort by recently updated
recently updated
newest added

I was checkin out your widgets and they're pretty cool... though, I just remembered the cli program called `dialog`. there are tons of things you can do with it, and...

While running this code, we can see UP/DOWN/LEFT/RIGHT return only one key code. But HOME/END don't have same behavior (onChar event fired multiple times, now way to catch HOME/END keys...

I cloned the repo but I do never installed it from a git repo before, so what I should be doing? I need this because it gives "Cannot find xterm"...

I get that error when trying the short three line ACS example in the documentation or any of the examples in the examples folder. If I try it on a...

I want to write in the screen with "transparent" background so I need to get the current terminal background, is posible?

It's possible to detect click on the shell with ncurses. http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/mouse.html Is there any problem with the integration of the feature in node-ncurses ? I just ask for advices and...