(active: boolean)
| 29 | * Called by ProcessTerminal after detecting protocol support. |
| 30 | */ |
| 31 | export function setKittyProtocolActive(active: boolean): void { |
| 32 | _kittyProtocolActive = active; |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Query whether Kitty keyboard protocol is currently active. |
no outgoing calls