NeahNew/node_modules/restore-cursor
2025-05-06 22:43:27 +02:00
..
node_modules/signal-exit electron 2025-05-06 22:43:27 +02:00
index.d.ts electron 2025-05-06 22:43:27 +02:00
index.js electron 2025-05-06 22:43:27 +02:00
license electron 2025-05-06 22:43:27 +02:00
package.json electron 2025-05-06 22:43:27 +02:00
readme.md electron 2025-05-06 22:43:27 +02:00

restore-cursor Build Status

Gracefully restore the CLI cursor on exit

Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.

Install

$ npm install restore-cursor

Usage

const restoreCursor = require('restore-cursor');

restoreCursor();

License

MIT © Sindre Sorhus