LibTmux::WindowSnapshot#height
- Module
- LibTmux
- Declared in
- WindowSnapshot
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/snapshot.rb
- Other languages
- PythonLua TypeScript RustGo Java .NETC++Swift
-
Behavior: Captured records.
Behavior contract: Captured records.
In other ports A window's height in cells
- Python
libtmux.Window.height - Lua
libtmux.SnapshotWindow.height - TypeScript no accessor; the field is read from
Window.format, tmux's own row - Rust
window.Window.height - Go
tmux.Window.Height - Java no equivalent on
Window - .NET
LibTmux.Window.Height - C++
libtmux::Window::height - Swift
Window.height
- Python
0 declared, 0 inherited