Server.swap(_:with:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Navigation.swift
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NETC++
- swap(_:with:) ( link : WindowLink , with : WindowLink ) () ( pane : Pane , with : Pane ) ()
-
Swaps two window appearances. Their underlying window ids do not change, but both links move to new indices.
- Raises
Discussed in Pane operations , Topology operations
In other ports Exchange two windows
- Python
libtmux.Window.swap - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.WindowLink:swap - TypeScript
window.Window.swapWith - Rust
window.Window.swap_with - Go
tmux.Window.Swap - Java no equivalent on
Window - .NET
LibTmux.Window.SwapAsync - C++
libtmux::Window::swap_with
0 declared, 0 inherited