Files
sproutclaw/packages/tui/src
Sviatoslav Abakumov fa26f15e68 fix(tui): clear stale scrollback on session switch (#2155)
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.
2026-03-14 16:00:34 +01:00
..
2026-01-19 22:22:51 +01:00
2026-03-08 00:15:47 +01:00