Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::Pane::join

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux-cxx
Source
include/libtmux/entities.hpp
Other languages
PythonRuby Lua TypeScript Rust GoJava.NETSwift
join ( target : const Window & ) → expected< void, CommandFailure >
methodreadonly [source]
methodreadonly [source]
join

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

0 declared, 0 inherited

Esc

Type to search.