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

Python API

Python documentation

libtmux.Window.width

Python

View as Markdown

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

Alias of Window.window_width .

>>> window.width.isdigit() True

>>> window.width == window.window_width True

In other ports A window's width in cells

0 declared, 0 inherited

Esc

Type to search.