mirror of https://github.com/nodejs/node.git
PR-URL: https://github.com/nodejs/node/pull/7999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> |
||
---|---|---|
.. | ||
index.js | ||
license | ||
package.json | ||
readme.md |
readme.md
restore-cursor
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively to remain hidden if the process crashes.
Install
$ npm install --save restore-cursor
Usage
var restoreCursor = require('restore-cursor');
restoreCursor();
License
MIT © Sindre Sorhus