MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isMouseTrackingEnabled

Function isMouseTrackingEnabled

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

Source from the content-addressed store, hash-verified

138 * disables alt-screen and virtualized scrollback.
139 */
140export 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

Callers 1

REPLFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected