Skip to content

Commit

Permalink
update sl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuxing committed Jan 3, 2024
1 parent 557ea8e commit efaf993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ async function main() {
}
cursor.save();
cursor.hide();
cursor.to(0, 0);
cursor.clearDown();
cursor.clearScreen();
for (let x = COLS - 1;; --x) {
if (LOGO === 1) {
if (add_sl(x) === ERR) break;
Expand Down

0 comments on commit efaf993

Please sign in to comment.