What's wrong with this entry?
Anonymous. No account, no email.
What
A new environment variable to disable mouse support in the CLI.
Usage
export CLAUDE_CODE_DISABLE_MOUSE=1
claudeDetails
- When set to any truthy value, mouse interaction support is disabled in the terminal UI
- Useful in environments where mouse events interfere with other terminal applications or multiplexers
Evidence
New rEH() function (search for "CLAUDE_CODE_DISABLE_MOUSE")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.