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

Function getTerminalFocused

src/ink/terminal-focus-state.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export function getTerminalFocused(): boolean {
27 return focusState !== 'blurred'
28}
29
30export function getTerminalFocusState(): TerminalFocusState {
31 return focusState

Callers 2

processKeysInBatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected