- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_layout.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++Swift
- SelectLayout ( ctx : context.Context , request : SelectLayoutRequest ) error
-
SelectLayout applies one layout operation to the receiver's exact winlink. It changes pane geometry without selecting the window or promising client focus. The materialized receiver is not refreshed, so callers that need current pane geometry must obtain a new snapshot or refresh related models. A transport or context error can be delivery-ambiguous; the void result cannot carry partial state and no rollback is attempted.
In other ports Set a window's pane layout
- Python
libtmux.Window.select_layout - Ruby
LibTmux::Window#select_layout - Lua
libtmux.Window:layout - TypeScript
window.Window.selectLayout - Rust
window.Window.select_layout - Java
io.github.libtmux.Window.Window.selectLayout - .NET
LibTmux.Window.SelectLayoutAsync - C++
libtmux::Window::select_layout - Swift
Server.selectLayout(_:_:)
- Python
0 declared, 0 inherited