MCPcopy Create free account
hub / github.com/Noumena-Network/code / isFullscreenActive

Function isFullscreenActive

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

Source from the content-addressed store, hash-verified

167 * should gate on this.
168 */
169export function isFullscreenActive(): boolean {
170 return getIsInteractive() && isFullscreenEnvEnabled()
171}
172
173/**
174 * 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