On this page
LibTmux.Window.ResizeAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Layout.cs
- ResizeAsync ( request : ResizeWindowRequest , cancellationToken : CancellationToken ) Task<Window>
-
Resizes this window.
Resizing switches the window's
window-sizeoption to manual, so it stops following its clients.- Parameters
-
-
request ( ResizeWindowRequest ) – The size to apply.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new size.
0 declared, 0 inherited