- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Topology.cs
- Other languages
- PythonRubyLuaTypeScriptRustGoJava 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 ports Resize a pane
- Python
libtmux.Pane.resize - Ruby
LibTmux::Pane#resize - Lua
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::resizeresizes the window, not a pane within it - Swift
Server.resize(_:width:height:)
0 declared, 0 inherited