aboutsummaryrefslogtreecommitdiff
path: root/libtui/layout
AgeCommit message (Collapse)Author
2023-09-07Fix intermittent blanking/flickeringJulian Hurst
Clearing and printing were done in two separate write syscalls. This fix consists in grouping them in the same write syscall by scheduling a clear in advance. This prevents UI glitches due to the delay between both writes.
2023-09-07Initial commitJulian Hurst