mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-28 01:40:19 +09:00
We don't have to clear the screen every time, we only have to make sure that we erase the rest of the line that used to be on the current line. We can still optimize a bit more by finding the longest line and drawing to that length, but using the full width is fine for now.