On this page
LibTmux.Session.CreateOwnedWindowAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.WindowNavigation.cs
- CreateOwnedWindowAsync ( request : NewWindowRequest? , cancellationToken : CancellationToken ) Task<OwnedWindowScope>
-
Creates a window in this session and takes ownership of it.
- Parameters
-
-
request ( NewWindowRequest? ) – The window to create.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
A scope that stops the window when disposed.
0 declared, 0 inherited