- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- PythonRubyTypeScriptRustGoJava.NET C++ Swift
- resize ( options : libtmux.ResizePaneOptions ) libtmux.Request<boolean>
-
In other ports Resize a pane
- Python
libtmux.Pane.resize - Ruby
LibTmux::Pane#resize - TypeScript
pane.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