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

Go API

Go documentation

tmux.Window.Rotate

View as Markdown

Module
tmux
Declared in
Window
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/window_pane_topology.go
Other languages
Python Ruby Lua TypeScriptRustJava.NETC++Swift
Rotate ( ctx : context.Context , request : RotateWindowRequest ) → (Window, error)
method [source]
method [source]
Rotate

Rotate rotates pane positions in the receiver's exact winlink without selecting the window or promising client focus. It returns a freshly materialized exact Window preserving the receiver SessionID, rather than a canonical ID-only view. If the command succeeds but refresh fails, Rotate returns the receiver with that error; earlier failures return zero.

In other ports Rotate panes within a window

0 declared, 0 inherited

Esc

Type to search.