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 restore on exit consolidated into a single write

Terminal cleanup on exit now sends one combined escape sequence instead of several separate writes

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 cleanup on exit now sends one combined escape sequence instead of several separate writes

What

When Claude Code's terminal interface shuts down, whether the interface is unmounted or the whole process exits, it now builds a single combined escape-sequence write that resets extended keyboard handling, mouse mode, alternate-screen and background modes, and cursor state together, instead of sending several separate raw writes.

Why

This is an internal cleanup of how the terminal is restored to its normal state on exit; it should make that restoration more reliable and leave less room for a partial cleanup if one write fails.

See this entry in the whole of v2.1.269 →