Skip to content

Commit

Permalink
clear screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Noj Vek committed Dec 4, 2018
1 parent da47117 commit ae9fcd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ function start() {

function stop() {
write(ansi.cursorVisible());
write(ansi.clearScreen());
write(ansi.cursorHome());
write(ansi.useNormalBuffer());
flush();
Expand Down

0 comments on commit ae9fcd6

Please sign in to comment.