On this page
LibTmux.Session.SelectWindowAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- 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.
0 declared, 0 inherited