()
| 465 | * DCS-passthrough carries the sequence to the outer terminal. |
| 466 | */ |
| 467 | export 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 |
no outgoing calls
no test coverage detected