( windowTarget?: string, useSwarmSocket = false, )
| 86 | * Delegates to the detected backend. |
| 87 | */ |
| 88 | export async function enablePaneBorderStatus( |
| 89 | windowTarget?: string, |
| 90 | useSwarmSocket = false, |
| 91 | ): Promise<void> { |
| 92 | const backend = await getBackend() |
| 93 | return backend.enablePaneBorderStatus(windowTarget, useSwarmSocket) |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Sends a command to a specific pane. |
no test coverage detected