Skip to content

Commit a62ec0a

Browse files
committed
clear the foreground and background before the flush
1 parent b0ffb57 commit a62ec0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,8 @@ function render () {
150150
if (small) y++;
151151
}
152152

153+
cursor.fg.reset();
154+
cursor.bg.reset();
155+
153156
cursor.flush();
154157
}

0 commit comments

Comments
 (0)