LibTmux.Pane.MoveAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonRubyLua TypeScript Rust Go Java C++ Swift
- MoveAsync ( request : MovePaneRequest , cancellationToken : CancellationToken ) Task
-
Moves this pane to another position.
- Parameters
-
-
request ( MovePaneRequest ) – Where the pane lands.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Move a pane to another position
- Python
libtmux.Pane.move - Ruby
LibTmux::Pane#move - Lua
libtmux.Pane:move_to - TypeScript no equivalent on
Pane - Rust no equivalent on
Pane - Go
tmux.Pane.Move - Java no equivalent on
Pane - C++ no equivalent on
Pane - Swift
Server.move(_:to:at:)moves a window, not a pane
0 declared, 0 inherited