tmux.Window.NextLayout
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_layout.go
- Other languages
- Python Ruby Lua TypeScriptRustJava.NETC++Swift
- NextLayout ( ctx : context.Context ) error
-
NextLayout applies the next preset layout to the receiver's exact winlink. It changes pane geometry without selecting or refreshing the window. A transport or context error can be delivery-ambiguous; the void result cannot carry partial state and no rollback is attempted.
In other ports Apply a window's next layout preset
- Python
libtmux.Window.next_layout - 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.nextLayout - Rust
window.Window.next_layout - Java
io.github.libtmux.Window.Window.nextLayout - .NET
LibTmux.Window.SelectNextLayoutAsync - C++
libtmux::Window::next_layout - Swift
Server.nextLayout(_:)
- Python
0 declared, 0 inherited