UNPKG
@ztiknl/sara
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Sentient Artificial Responsive Agent
github.com/ZTiKnl/sara
ZTiKnl/sara
@ztiknl/sara
/
screenhist.js
9 lines
(8 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports = { wipe:
function
()
{ //
1.
Print empty
lines
until
the screen is blank. process.
stdout
.
write
(
'\033[2J'
); //
2.
Clear the scrollback. process.
stdout
.
write
(
'\u001b[H\u001b[2J\u001b[3J'
); } }