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

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
packages/libtmux/src/pane.ts
Other languages
Python Ruby LuaRustGoJava.NETC++Swift
setTitle ( title : : string ) → Promise<void>
method [source]
method [source]
setTitle

Set this pane's title.

The title is what #{pane_title} reports and what a pane-border-format draws; a program running in the pane can also set it through the terminal, so it is not solely the caller's to own.

In other ports Set a pane's title

Examples

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

0 declared, 0 inherited

Esc

Type to search.