clear-terminal-line

Clear a terminal line (row).

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
clear-terminal-line
0.0.18 years ago8 years agoMinified + gzip package size for clear-terminal-line in KB

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-line

Usage

var clearLine = require("clear-terminal-line")

clearLine();

Related

License

MIT © Joe Gesualdo()