jocafa / node-term-ui

UI toolkit for node.js console apps
60 stars 8 forks source link

What function is used to quit the node-term-ui? #3

Open trusktr opened 11 years ago

trusktr commented 11 years ago

?

trusktr commented 11 years ago

Nevermind, I see the quit function in the code. You should add every function to the documentation.

jankuca commented 11 years ago

If you're not able to terminate the process using ^C, it's because the node.js API has changed recently.

See my pull request that fixes the problem: #5