MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isFullscreenActive

Function isFullscreenActive

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

Source from the content-addressed store, hash-verified

160 * should gate on this.
161 */
162export function isFullscreenActive(): boolean {
163 return getIsInteractive() && isFullscreenEnvEnabled()
164}
165
166/**
167 * One-time hint for tmux users in fullscreen with `mouse off`.

Callers 3

maybeGetTmuxMouseHintFunction · 0.85
companionReservedColumnsFunction · 0.85
CompanionSpriteFunction · 0.85

Calls 2

getIsInteractiveFunction · 0.85
isFullscreenEnvEnabledFunction · 0.85

Tested by

no test coverage detected