PepperLola / matrix

A screen saver but for the command line.
MIT License
1 stars 0 forks source link

Fix some glyphs not being cleared #5

Open PepperLola opened 2 years ago

PepperLola commented 2 years ago

Some glyphs don't get cleared from the screen (overwritten by space), which means they stay on the screen until another line is spawned in the same column. With the current implementation, this means that there will be a full column of the same character until another line overwrites it.

PepperLola commented 2 years ago

Issue before was fixed, now there are just some in the very first row in matrix mode that don't get cleared.