()
| 149 | * Fullscreen-specific — only reachable when CLAUDE_CODE_NO_FLICKER is active. |
| 150 | */ |
| 151 | export function isMouseClicksDisabled(): boolean { |
| 152 | return isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_MOUSE_CLICKS) |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * True when the fullscreen alt-screen layout is actually rendering — |
no test coverage detected