- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++Swift
- 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.
In other ports Move a pane out into a window of its own
- Python
libtmux.Pane.break_pane - Ruby
LibTmux::Pane#break_out - Lua
libtmux.Pane:break_out - TypeScript
pane.Pane.breakOut - Rust
pane.Pane.break_out - Go
tmux.Pane.BreakPane - Java
io.github.libtmux.Pane.Pane.breakOut - C++
libtmux::Pane::break_out - Swift
Server.breakPane(_:from:named:)
0 declared, 0 inherited