clear-terminal-line
v0.0.1
Published
Clear a terminal line (row).
Downloads
20
Readme
clear-terminal-line
Clear a terminal line (row).
Clears the line the cursor is on, but doesn't change the position of it.
Install
$ npm install --save clear-terminal-lineUsage
var clearLine = require("clear-terminal-line")
clearLine();Related
- clear-terminal - Clear the terminal screen.
License
MIT © Joe Gesualdo
