libtmux::Pane::join
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRuby Lua TypeScript Rust GoJava.NETSwift
-
Move this pane into another window, splitting it.
The other half of
break_out: that takes the tree apart, this puts it back.The pane keeps its id, so a value held across the move still names it. The window it came from disappears if it held nothing else, which is why the target is named rather than inferred from where this pane is.
In other ports Move a pane into another window
- Python
libtmux.Pane.join - Ruby
LibTmux::Pane#join - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.joinTo - Rust no equivalent on
Pane - Go
tmux.Pane.Join - Java
io.github.libtmux.Pane.Pane.joinTo - .NET
LibTmux.Pane.JoinAsync - Swift
Server.join(_:into:direction:size:)
- Python
0 declared, 0 inherited