Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
export
function
getTerminalFocused(): boolean {
27
return
focusState !==
'blurred'
28
}
29
30
export
function
getTerminalFocusState(): TerminalFocusState {
31
return
focusState
Callers
2
processKeysInBatch
Function · 0.85
handleInteractivePermission
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected