- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- PythonTypeScriptGo Java .NETC++Swift
-
Swap this window's position with another.
Errors
Returns
Error::ServerMismatchwhenotherbelongs to another server, or an error when tmux refuses the swap.In other ports Exchange two windows
- Python
libtmux.Window.swap - TypeScript
window.Window.swapWith - Go
tmux.Window.Swap - Java no equivalent on
Window - .NET
LibTmux.Window.SwapAsync - C++
libtmux::Window::swap_with - Swift
Server.swap(_:with:)
- Python
0 declared, 0 inherited