Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Window.RotateAsync

View as Markdown

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>
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.

In other ports Rotate panes within a window

0 declared, 0 inherited

Esc

Type to search.