- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NETSwift
- break_out ( name : std::string_view = {} ) expected< Window, CommandFailure >
-
Take this pane out into a window of its own, which is returned.
If it is already the window's only pane, return that window without moving it. An empty name leaves tmux to name the window after what is running.
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 - .NET
LibTmux.Pane.BreakAsync - Swift
Server.breakPane(_:from:named:)
- Python
0 declared, 0 inherited