- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++ Swift
- SwapAsync ( request : SwapPaneRequest , cancellationToken : CancellationToken ) Task
-
Swaps this pane with another.
- Parameters
-
-
request ( SwapPaneRequest ) – Which pane to swap with.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Exchange two panes
- Python
libtmux.Pane.swap - Ruby
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 - C++
libtmux::Pane::swap_with - Swift
Server.swap(_:with:)swaps windows, not panes
0 declared, 0 inherited