On this page
libtmux::Pane::join
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
-
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.
0 declared, 0 inherited