Skip to content

Commit

Permalink
remove black "tearing" artifacts on the foots
Browse files Browse the repository at this point in the history
we didn't draw the last line correctly
  • Loading branch information
diekmann committed Nov 24, 2024
1 parent a55ee6a commit fe92282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nyan/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ fn main() -> Status {
s.push(BLOCKELEMENT_FULL_BLOCK);
prev_color = color.clone();
}
stdout.set_color(prev_color, background)?;
stdout.output_string(&s)?;
boot::stall(70_000);
}
}
Expand Down

0 comments on commit fe92282

Please sign in to comment.