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

Python API

Python documentation

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux
Source
src/libtmux/pane.py
Other languages
Ruby LuaTypeScriptRustGoJava.NETC++Swift
set_title ( self , title : str ) → Pane
method [source]
method [source]
set_title

Set pane title via select-pane -T.

Parameters
  • title ( str ) – Title to set for the pane.

Returns

Pane The pane instance, for method chaining.

In other ports Set a pane's title

Examples

>>> pane.set_title('my-title')
Pane(...)
>>> pane.pane_title
'my-title'
await pane.setTitle("build");

0 declared, 0 inherited

Esc

Type to search.