tmux.Window.PreviousLayout
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_layout.go
- Other languages
- Python Ruby Lua TypeScriptRust Java .NETC++Swift
- PreviousLayout ( ctx : context.Context ) error
-
PreviousLayout applies the previous 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 previous layout preset
- Python
libtmux.Window.previous_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.previousLayout - Rust
window.Window.previous_layout - Java
Window.applyLayoutrestores a named layout; there is no previous step - .NET
LibTmux.Window.SelectPreviousLayoutAsync - C++
libtmux::Window::previous_layout - Swift
Server.previousLayout(_:)
- Python
0 declared, 0 inherited