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

Function supportsTabStatus

src/ink/termio/osc.ts:467–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 * DCS-passthrough carries the sequence to the outer terminal.
466 */
467export function supportsTabStatus(): boolean {
468 return process.env.USER_TYPE === 'ant'
469}
470
471/**
472 * Emit an OSC 21337 tab-status sequence. Omitted fields are left unchanged

Callers 3

cleanupTerminalModesFunction · 0.85
unmountMethod · 0.85
useTabStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected