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

Function supportsExtendedKeys

src/ink/terminal.ts:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165/** True if this terminal correctly handles extended key reporting
166 * (Kitty keyboard protocol + xterm modifyOtherKeys). */
167export function supportsExtendedKeys(): boolean {
168 return EXTENDED_KEYS_TERMINALS.includes(env.terminal ?? '')
169}
170
171/** True if the terminal scrolls the viewport when it receives cursor-up
172 * sequences that reach above the visible area. On Windows, conhost's

Callers 3

exitAlternateScreenMethod · 0.85
InkClass · 0.85
AppClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected