Server.join(_:into:direction:size:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Navigation.swift
- Other languages
- PythonRuby Lua TypeScript Rust GoJava.NETC++
- join(_:into:direction:size:) ( pane : Pane , into : Window , direction : PaneDirection , size : PaneSize? ) ()
-
Moves a pane into another window, splitting it.
A split that moves a pane rather than starting one, so it says where the pane goes the same way
Server/splitWindow(_:direction:size:startDirectory:)does — and defaults the same way, toPaneDirection/below.- Raises
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 - C++
libtmux::Pane::join
0 declared, 0 inherited