tcolar / goed

Terminal based code editor / development environment
MIT License
133 stars 6 forks source link

Optimize UI #109

Closed tcolar closed 8 years ago

tcolar commented 8 years ago

Currently always repainting whole screen, rather than more granular updates.

Especially bad with GUI at high resolution, where rendering fonts is slow.

tcolar commented 8 years ago

Done for GUI (where it was a problem), now painting only what changed since last paint.