window.Window.previousLayout
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- packages/libtmux/src/window.ts
- Other languages
- Python Ruby Lua RustGo Java .NETC++Swift
-
Apply this window's previous layout preset.
Examples
await window.previousLayout();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.
- Rust
window.Window.previous_layout - Go
tmux.Window.PreviousLayout - 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