- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/format_generated.go
- Other languages
- PythonRubyLua TypeScript Rust Java .NETC++Swift
-
Height returns tmux #{pane_height} as int from this Pane's materialized pane-scoped fields (tmux 3.2a or later).
In other ports A pane's height in cells
- Python
libtmux.Pane.height - Ruby
LibTmux::PaneSnapshot#height - Lua
libtmux.SnapshotPane.height - TypeScript no accessor; the field is read from
Pane.format, tmux's own row - Rust
pane.Pane.height - Java no equivalent on
Pane - .NET
LibTmux.Pane.Height - C++
libtmux::Pane::height - Swift
Pane.height
- Python
0 declared, 0 inherited