jocafa / node-term-ui

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

Enabling the process.stdin.on 'keypress' Event #10

Open iShafayet opened 9 years ago

iShafayet commented 9 years ago

The features was never documented for nodejs. So, the API was never officially supported by nodejs.

You can use this polyfil https://www.npmjs.com/package/keypress which works pretty well. This won't require existing code to be changed.