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

pane.Pane.displayMessage

TypeScript

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
packages/libtmux/src/pane.ts
Other languages
Python Ruby Lua RustGo Java .NETC++ Swift
displayMessage ( message : : string ) → Promise<readonly string[]>
method [source]
method [source]
displayMessage

Expand a tmux format string against this pane.

Examples

const shown = await pane.displayMessage("#{pane_index}");
shown[0];
In other ports Show a message on the client viewing a pane

0 declared, 0 inherited

Esc

Type to search.