- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_relocate.go
- Other languages
- PythonRuby Lua TypeScript Rust Java.NETC++Swift
- Join ( ctx : context.Context , request : JoinPaneRequest ) (Pane, error)
-
Join relocates the receiver with join-pane. Its selection, source-destruction, partial-result, and delivery behavior matches
Pane.Move.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 - Java
io.github.libtmux.Pane.Pane.joinTo - .NET
LibTmux.Pane.JoinAsync - C++
libtmux::Pane::join - Swift
Server.join(_:into:direction:size:)
- Python
0 declared, 0 inherited