# libtmux.Window.height

- **Module:** libtmux.Window
- **Package:** libtmux
- **Language:** Python
- **Kind:** property
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/window.py#L1702
- **Page:** https://libtmux.org/reference/py/libtmux-window-height/

```
libtmux.Window.height(self) -> str | None
```

Alias of :attr:`Window.window_height`.

>>> window.height.isdigit()
True

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