aboutsummaryrefslogtreecommitdiff
path: root/node_modules/hide-terminal-cursor/readme.md
blob: a8f1396a23dc5e0305dfbc9a44d77141e49f86d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## hide-terminal-cursor
> Hide the terminal cursor.

## Install
```
$ npm install --save hide-terminal-cursor 
```

## Usage
```javascript
var hideCursor = require("hide-terminal-cursor")

hideCursor();
```

## Related
- [show-terminal-cursor](https://github.com/joegesualdo/show-terminal-cursor) - Shows the terminal cursor.

## License
MIT © [Joe Gesualdo]()