tmux.Window.Rotate
- 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)
-
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.In other ports Rotate panes within a window
- Python
libtmux.Window.rotate - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.rotate - Rust
window.Window.rotate - Java
io.github.libtmux.Window.Window.rotate - .NET
LibTmux.Window.RotateAsync - C++
libtmux::Window::rotate - Swift
Server.rotate(_:upward:)
- Python
0 declared, 0 inherited