On this page
LibTmux.Window.GetPaneAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- GetPaneAsync ( target : string , cancellationToken : CancellationToken ) Task<Pane?>
-
Reads one pane in this window.
- Parameters
-
-
target ( string ) – The pane target.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The pane, or null when this window has no such pane.
0 declared, 0 inherited