libtmux Reference MCP Search
On this page

LibTmux.Window.RotateAsync

View as Markdown

Module
LibTmux
Declared in
Window
Package
LibTmux
Source
src/LibTmux/Window.Lifecycle.cs
RotateAsync ( direction : WindowRotationDirection? , keepZoom : bool , cancellationToken : CancellationToken ) Task<Window>
methodasync [source]
methodasync [source]
RotateAsync

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

Esc

Type to search.