libtmux.Window.height
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/window.py
- Other languages
- RubyLua TypeScript RustGo Java .NETC++Swift
-
Alias of
Window.window_height.>>> window.height.isdigit() True
>>> window.height == window.window_height True
In other ports A window's height in cells
- 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 - Go
tmux.Window.Height - Java no equivalent on
Window - .NET
LibTmux.Window.Height - C++
libtmux::Window::height - Swift
Window.height
- Ruby
0 declared, 0 inherited