libtmux Reference MCP Search
On this page

window.Window.showOptions

View as Markdown

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

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

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

Examples

const options = await window.showOptions();
options.get("automatic-rename");

0 declared, 0 inherited

Esc

Type to search.