Files
zyedidia.micro/cmd/micro
Zachary Yedidia 74cac8291a Screen redraw optimization
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.
2016-05-31 17:23:08 -04:00
..
2016-05-31 17:23:08 -04:00
2016-05-29 11:02:56 -04:00
2016-05-29 11:02:56 -04:00
2016-05-31 17:23:08 -04:00