Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Python API

Python documentation

libtmux.Window.height

Python

View as Markdown

Module
libtmux
Declared in
Window
Package
libtmux
Source
src/libtmux/window.py
Other languages
RubyLua TypeScript RustGo Java .NETC++Swift
height ( self ) → str | None
property [source]
property [source]
height

Alias of Window.window_height .

>>> window.height.isdigit() True

>>> window.height == window.window_height True

In other ports A window's height in cells

0 declared, 0 inherited

Esc

Type to search.