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
When the shell panics, is killed, or otherwise exits while the terminal is in raw/cbreak mode, the terminal is often left unusable (no echo, broken input). Current cleanup runs on normal shutdown but not reliably on panic/unwind.
Impact
After a crash, users must run reset or reopen a terminal session. This is high friction for developers and users, and impedes debugging.
Problem
Impact