LibTmux.Window.SelectPaneAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- Other languages
- Python Ruby Lua TypeScript Rust Go Java C++ Swift
- 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.
In other ports Make a pane of a window active
- Python
libtmux.Window.select_pane - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Window - Rust no equivalent on
Window - Go
tmux.Window.SelectPane - Java no equivalent on
Window - C++ no equivalent on
Window - Swift no equivalent on
Window
0 declared, 0 inherited