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