On this page
LibTmux.Pane.ResizeAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonTypeScriptRustGoJava C++ Swift
- ResizeAsync ( request : ResizePaneRequest , cancellationToken : CancellationToken ) Task<Pane>
-
Resizes this pane.
tmux clamps a size that does not fit rather than refusing it, so the result may differ from what was asked for.
- Parameters
-
-
request ( ResizePaneRequest ) – The size to apply.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new size.
In other languages Resize a pane
- Python
libtmux.Pane.resize - TypeScript
pane.Pane.resize - Rust
pane.Pane.resize - Go
tmux.Pane.Resize - Java
io.github.libtmux.Pane.Pane.resize - C++ no direct equivalent; `libtmux::Window::resize` resizes the window, not a pane within it
- Swift
Server.resize(_:width:height:)
0 declared, 0 inherited