On this page
LibTmux.Window.SelectPaneAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- SelectPaneAsync ( target : string , cancellationToken : CancellationToken ) Task<Pane?>
-
Selects a pane in this window.
- Parameters
-
-
target ( string ) – A pane target, or a direction such as
-U. -
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The pane that is active afterwards, or null when none is.
0 declared, 0 inherited