On this page
LibTmux.Window.RotateAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- 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.
0 declared, 0 inherited