libtmux Reference MCP Search
On this page

pane.Pane.setTitle

View as Markdown

Module
pane
Declared in
Pane
Package
@libtmux/libtmux
Source
packages/libtmux/src/pane.ts
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.

Examples

await pane.setTitle("build");

0 declared, 0 inherited

Esc

Type to search.