mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
fa26f15e68
fullRender wrote \x1b[3J\x1b[2J\x1b[H (clear scrollback, then clear screen). But \x1b[2J pushes on-screen content into scrollback, undoing the preceding \x1b[3J. Reorder to \x1b[2J\x1b[H\x1b[3J so the screen is cleared first and scrollback is wiped last.
fa26f15e68
ยท
2026-03-14 16:00:34 +01:00
History