- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- PythonRubyLuaRustGoJava.NET C++ Swift
- resize ( options : : ResizeOptions ) Promise<void>
-
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
- Python
libtmux.Pane.resize - Ruby
LibTmux::Pane#resize - Lua
libtmux.Pane:resize - Rust
pane.Pane.resize - Go
tmux.Pane.Resize - Java
io.github.libtmux.Pane.Pane.resize - .NET
LibTmux.Pane.ResizeAsync - C++ no direct equivalent;
libtmux::Window::resizeresizes the window, not a pane within it - Swift
Server.resize(_:width:height:)
- Python
0 declared, 0 inherited