You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui: keep every full-frame screen on the alternate buffer (#119)
* ui: trim whitespace on wrapped fact lines, align wrapped prompt lines, rename placeholder to cloud agent
* ui: keep every full-frame screen on the alternate buffer
Only a live chat runs on the primary buffer now. The new-session composer
and the loading placeholder painted full-height frames onto the primary
buffer, pushing stale copies of themselves into scrollback on every
repaint. useAltScreen also reports when the buffer hop has settled, and
the chat mounts only after the terminal is back on the primary buffer,
so its Static transcript rows are never printed onto (and destroyed
with) the alt screen.
0 commit comments