| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/restore-cursor/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/restore-cursor/index.js |
import process from 'node:process';
import onetime from 'onetime';
import signalExit from 'signal-exit';
const restoreCursor = onetime(() => {
signalExit(() => {
process.stderr.write('\u001B[?25h');
}, {alwaysLast: true});
});
export default restoreCursor;