libtmux Reference MCP Search
On this page

pane.Pane.showOptions

View as Markdown

Module
pane
Declared in
Pane
Package
@libtmux/libtmux
Source
packages/libtmux/src/pane.ts
showOptions ( ) Promise<ReadonlyMap<string, string>>
method [source]
method [source]
showOptions

Every option set on this pane itself, not the ones it inherits.

A fresh pane usually has none, so an empty map here means nothing was set on this pane — not that the option has no value. showResolvedOptions answers what actually governs it.

Examples

const options = await pane.showOptions();
options.get("remain-on-exit");

Discussed in Options and hooks

0 declared, 0 inherited

Esc

Type to search.