Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Terminal mode tracker gets a full resetAll() for app teardown

Terminal mode tracker gains resetAll() to fully clean up on app exit

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Terminal mode tracker gains resetAll() to fully clean up on app exit

What

The internal tracker that keeps tabs on active terminal display modes (like alternate screen buffer or mouse capture) has a new resetAll() method. It turns off every tracked mode's effect, regardless of whether that mode was marked as suspended or kept active, and it now runs automatically when the terminal UI (built on Ink) shuts down.

Why

This guarantees the terminal is left in a clean state when Claude Code exits, avoiding leftover terminal modes (such as mouse capture staying on) that could make the terminal behave oddly after the app closes.

See this entry in the whole of v2.1.269 →