- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
- Other languages
- PythonRubyLuaTypeScriptRustGo.NETC++Swift
-
Moves this pane into a window of its own, leaving tmux to name it.
On tmux 3.7 the name is supplied rather than left to tmux, because letting tmux choose it there ends the server and every session on it. The name supplied is the one tmux would have chosen, so the result is the same window either way.
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 - .NET
LibTmux.Pane.BreakAsync - C++
libtmux::Pane::break_out - Swift
Server.breakPane(_:from:named:)
- Python
0 declared, 0 inherited