- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Layout.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJavaC++ Swift
- 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.
In other ports Resize a window
- Python
libtmux.Window.resize - Ruby
LibTmux::Window#resize - Lua
libtmux.Window:resize - TypeScript
window.Window.resize - Rust
window.Window.resize - Go
tmux.Window.Resize - Java
io.github.libtmux.Window.Window.resizeTo - C++
libtmux::Window::resize - Swift both
Server.resizeoverloads size a pane, not a window
0 declared, 0 inherited