On this page
LibTmux.Pane.BreakAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- BreakAsync ( windowName : string? , detach : bool , cancellationToken : CancellationToken ) Task<Window>
-
Moves this pane out into a window of its own.
- Parameters
-
-
windowName ( string? ) – The new window's name.
-
detach ( bool ) – Whether the new window is left unselected.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The window the pane now lives in.
0 declared, 0 inherited