When I run any of the examples and exit one of them using ctrl-c, the terminal is all messed up. Extra padding in outputing, some cases my typing is not displayed.
It appears that node-ncurses is not gracefully returning the shell back to a pristine state on SIGINT kill signal.
Is this issue because the example apps are not handling the kill signal and not calling cleanup()? If that is the case, maybe it would be a good idea to add this code into the examples so to make it less troublesome for n00bs.