On this page
tmux.Window.Rotate
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_pane_topology.go
- Rotate ( ctx : context.Context , request : RotateWindowRequest ) (Window, error)
-
Rotate rotates pane positions in the receiver's exact winlink without selecting the window or promising client focus. It returns a freshly materialized exact
Windowpreserving 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.
0 declared, 0 inherited