All posts

undefined

Posted On Oct 10th, 2021

The change today is small but have a huge impact on the performance, I think. And the terminal now able to automatically
scroll to the latest line!

For now, I’m batching the rendering by lines (instead of render char by char), this works for now because there’s no
coloring support. Later on, when we’re able to parse colors, the rendering should be modified to render by tokens, so
texts with the same fg and bg color should be rendered at the same time.

9ab3090