LibTmux.Session.SelectPreviousWindowAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScript RustGoJavaC++Swift
- SelectPreviousWindowAsync ( cancellationToken : CancellationToken ) Task<Window>
-
Selects the previous window.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The window that is active afterwards.
In other ports Move to the previous window of a session
- Python
libtmux.Session.previous_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.previous_window - Go
tmux.Session.PreviousWindow - Java
io.github.libtmux.Session.Session.previousWindow - C++
libtmux::Session::select_previous_window - Swift
Server.selectPreviousWindow(in:)
0 declared, 0 inherited