libtmux Reference MCP Search
On this page

pane.Pane.resize

View as Markdown

Module
pane
Declared in
Pane
Package
@libtmux/libtmux
Source
packages/libtmux/src/pane.ts
Other languages
PythonRustGoJava.NET C++ Swift
resize ( options : : ResizeOptions ) Promise<void>
method [source]
method [source]
resize

Resize this pane; tmux ignores a dimension its layout cannot honour.

Examples

await pane.resize({ height: 20 });
In other languages Resize a pane

0 declared, 0 inherited

Esc

Type to search.