- Module
- LibTmux
- Declared in
- Pane
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- PythonLuaTypeScriptRustGoJava.NETC++ Swift
- swap ( arg1 : ::LibTmux::EntityRef , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CommandResult
-
Behavior: Entity mutation.
Behavior contract: Entity mutation.
In other ports Exchange two panes
- Python
libtmux.Pane.swap - Lua
libtmux.Pane:swap - TypeScript
pane.Pane.swapWith - Rust
pane.Pane.swap_with - Go
tmux.Pane.Swap - Java
io.github.libtmux.Pane.Pane.swapWith - .NET
LibTmux.Pane.SwapAsync - C++
libtmux::Pane::swap_with - Swift
Server.swap(_:with:)swaps windows, not panes
- Python
0 declared, 0 inherited