LibTmux.Window.SelectNextLayoutAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Layout.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++Swift
- SelectNextLayoutAsync ( cancellationToken : CancellationToken ) Task<Window>
-
Moves to the next layout.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new layout.
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 - Go
tmux.Window.NextLayout - Java
io.github.libtmux.Window.Window.nextLayout - C++
libtmux::Window::next_layout - Swift
Server.nextLayout(_:)
0 declared, 0 inherited