LibTmux.Session.SelectWindowAsync
.NET
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go
- Java
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScript Rust GoJava C++ Swift
- SelectWindowAsync ( target : string , cancellationToken : CancellationToken ) Task<Window>
-
Selects a window in this session.
- Parameters
-
-
target ( string ) – The window target.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The window that is active afterwards.
In other ports Make a window of a session active
- Python
libtmux.Session.select_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.Session.selectWindow - Rust no equivalent on
Session - Go
tmux.Session.SelectWindow - Java
io.github.libtmux.Session.Session.selectWindow - C++ no equivalent on
Session - Swift no equivalent on
Session
0 declared, 0 inherited