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

Python API

Python documentation

libtmux.Pane.title

Python

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux
Source
src/libtmux/pane.py
Other languages
RubyLua TypeScript RustGoJava.NETC++ Swift
title ( self ) → str | None
property [source]
property [source]
title

Alias for pane_title .

>>> pane.set_title('test-alias') Pane(...)

>>> pane.title == pane.pane_title True

In other ports A pane's title

0 declared, 0 inherited

Esc

Type to search.