| 102 | * - All teammates are equally distributed (no leader pane) |
| 103 | */ |
| 104 | export class TmuxBackend implements PaneBackend { |
| 105 | readonly type = 'tmux' as const |
| 106 | readonly displayName = 'tmux' |
| 107 | readonly supportsHideShow = true |
nothing calls this directly
no outgoing calls
no test coverage detected