On Windows, Claude Code now turns off win32-input-mode so terminals send normal VT input.
What's wrong with this entry?
On Windows, when Claude Code first puts the terminal into raw mode it now writes a sequence disabling win32-input-mode (DEC private mode 9001), alongside the existing bracketed-paste, focus and theme sequences. Terminals that had it on will send normal VT input instead.
- Platform-limited: only written when the platform check reports windows. No flag.
- Only the disable sequence is built; there is no enable counterpart in the bundle.
WIN32_INPUT_MODE: 9001
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Windows policy helpers can be PowerShell scripts
Both mention window
-
v2.1.234
Windows sandbox refusals now say why an exclusion did not apply
Both mention window
-
v2.1.234
Terminal is restored on Ctrl+Break on Windows
Both mention window