Files
tty7/crates
l0ng-ai 733eadbabb fix(daemon): store pane screens on the shutdown a restart actually uses
The periodic writer covers a death nobody prepares for and the SIGTERM
path covers a signal, but the restart the app itself performs goes through
ClientMsg::Shutdown — which killed every pty without taking a copy first.
That is the one shutdown where the panes are expected back.
2026-08-09 23:08:29 +08:00
..