On this page
LibTmux.Window.CreatePaneAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- CreatePaneAsync ( request : NewPaneRequest? , cancellationToken : CancellationToken ) Task<Pane>
-
Creates a floating pane in this window.
- Parameters
-
-
request ( NewPaneRequest? ) – The pane to create.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The created pane.
- Raises
-
-
TmuxVersionTooLowException – The server predates tmux 3.7, which introduced the command.
-
0 declared, 0 inherited