LibTmux.Window.SelectPreviousLayoutAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Layout.cs
- Other languages
- Python Ruby Lua TypeScriptRustGo Java C++Swift
- SelectPreviousLayoutAsync ( cancellationToken : CancellationToken ) Task<Window>
-
Moves to the previous layout.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new layout.
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 - Go
tmux.Window.PreviousLayout - Java
Window.applyLayoutrestores a named layout; there is no previous step - C++
libtmux::Window::previous_layout - Swift
Server.previousLayout(_:)
0 declared, 0 inherited