- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- Other languages
- Python Ruby LuaTypeScriptRustGoJavaC++Swift
- SelectAsync ( cancellationToken : CancellationToken ) Task<Window>
-
Selects this window in its session.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the state after selection.
In other ports Make a window active
- Python
libtmux.Window.select - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.WindowLink:select - TypeScript
window.Window.select - Rust
window.Window.select - Go
tmux.Window.Select - Java
io.github.libtmux.Window.Window.select - C++
libtmux::Window::select - Swift
Server.select(_:)
0 declared, 0 inherited