Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.260 ·

Terminal control-mode tracking centralized into a mode-set class

Terminal escape-sequence state handling was centralized into one mode-set class.

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

Terminal escape-sequence state handling was centralized into one mode-set class.

Terminal escape-sequence state, covering bracketed paste, theme reports, extended keys, alt screen, alt-screen keys, mouse tracking, background color queries, and focus events, is now tracked by a single ordered mode-set class with set/reset/suspend/resume operations, replacing ad hoc raw writes scattered through the render and raw-mode code. This is an internal restructuring of how terminal modes are entered, exited, and restored (for example on suspend/resume when shelling out or exiting) rather than a user-facing change.

See this entry in the whole of v2.1.260 →

Feedback