On this page
pane.Pane.resize
- 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>
-
Resize this pane; tmux ignores a dimension its layout cannot honour.
Examples
await pane.resize({ height: 20 });In other languages Resize a pane
- Python
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::resize` resizes the window, not a pane within it
- Swift
Server.resize(_:width:height:)
- Python
0 declared, 0 inherited