LibTmux.Window.RotateAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++Swift
- RotateAsync ( direction : WindowRotationDirection? , keepZoom : bool , cancellationToken : CancellationToken ) Task<Window>
-
Rotates the panes in this window.
- Parameters
-
-
direction ( WindowRotationDirection? ) – Which way to rotate, or null for tmux's default.
-
keepZoom ( bool ) – Whether a zoomed pane stays zoomed.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the state after rotation.
In other ports Rotate panes within a window
- Python
libtmux.Window.rotate - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.rotate - Rust
window.Window.rotate - Go
tmux.Window.Rotate - Java
io.github.libtmux.Window.Window.rotate - C++
libtmux::Window::rotate - Swift
Server.rotate(_:upward:)
0 declared, 0 inherited