| 77 | * via the it2 CLI tool. |
| 78 | */ |
| 79 | export class ITermBackend implements PaneBackend { |
| 80 | readonly type = 'iterm2' as const |
| 81 | readonly displayName = 'iTerm2' |
| 82 | readonly supportsHideShow = false |
nothing calls this directly
no outgoing calls
no test coverage detected