summaryrefslogtreecommitdiff
path: root/Library/SDK/node_modules/show-terminal-cursor/readme.md
blob: aa23708beacf6f7fd43b82dddb4b9c5ee700ca7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## show-terminal-cursor
> Shows the terminal cursor.

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

## Usage
```javascript
var showCursor = require("show-terminal-cursor");

showCursor();
```

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

## License
MIT © [Joe Gesualdo]()