MCPcopy Create free account
hub / github.com/codeaashu/claude-code / da2

Function da2

src/ink/terminal-querier.ts:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66/** Secondary Device Attributes query (CSI > c). Returns terminal version. */
67export function da2(): TerminalQuery<Da2Response> {
68 return {
69 request: csi('>c'),
70 match: (r): r is Da2Response => r.type === 'da2',
71 }
72}
73
74/** Query current Kitty keyboard protocol flags (CSI ? u).
75 * Terminal replies with CSI ? flags u or ignores. */

Callers

nothing calls this directly

Calls 1

csiFunction · 0.85

Tested by

no test coverage detected