On this page
io.github.libtmux.Pane.Pane.resize
- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
- Other languages
- PythonTypeScriptRustGo.NET C++ Swift
-
Grows this pane by a number of cells in one direction.
In other languages Resize a pane
- Python
libtmux.Pane.resize - TypeScript
pane.Pane.resize - Rust
pane.Pane.resize - Go
tmux.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