On this page
LibTmux.Window.CreateWindowAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Lifecycle.cs
- CreateWindowAsync ( request : NewWindowRequest? , cancellationToken : CancellationToken ) Task<Window>
-
Creates a window next to this one.
- Parameters
-
-
request ( NewWindowRequest? ) – The window to create.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The created window.
0 declared, 0 inherited