()
| 138 | * disables alt-screen and virtualized scrollback. |
| 139 | */ |
| 140 | export function isMouseTrackingEnabled(): boolean { |
| 141 | return !isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_MOUSE) |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Whether mouse click handling is disabled (clicks/drags ignored, wheel still |