LibTmux.Session.SelectNextWindowAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScript RustGoJavaC++Swift
- SelectNextWindowAsync ( cancellationToken : CancellationToken ) Task<Window>
-
Selects the next window.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The window that is active afterwards.
In other ports Move to the next window of a session
- Python
libtmux.Session.next_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
Session.selectWindowtakesnext,previousorlast - Rust
session.Session.next_window - Go
tmux.Session.NextWindow - Java
io.github.libtmux.Session.Session.nextWindow - C++
libtmux::Session::select_next_window - Swift
Server.selectNextWindow(in:)
0 declared, 0 inherited