Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

View as Markdown

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

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

Unzooms the window first, so a resize on a zoomed window restores the layout as well as applying the size.

Examples

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

0 declared, 0 inherited

Esc

Type to search.