npm.io
1.1.0 • Published 12 years ago

ansi-recover

Licence
MIT
Version
1.1.0
Deps
0
Vulns
0
Weekly
0
Stars
4

ansi-recover

recover from a full terminal ui app, back to the terminal on exit, like vim or man pages.

require('ansi-recover')({cursor: visible, mouse: enable})

visible should be false if you would like to not show the cursor in your app. the cursor will be redisplayed on exit.

{mouse: enable} turns on mouse sequences.

License

MIT