MCPcopy
hub / github.com/codeaashu/claude-code / isMouseClicksDisabled

Function isMouseClicksDisabled

src/utils/fullscreen.ts:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 * Fullscreen-specific — only reachable when CLAUDE_CODE_NO_FLICKER is active.
150 */
151export 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 —

Callers 1

handleMouseEventFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected