libtmux Reference MCP Search
On this page

window.Window.showResolvedOptions

View as Markdown

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

The option values that govern this window, own and inherited together.

showOptions reports only what was set here, which for a fresh window is often nothing. This resolves what it inherits as well, so an option has an answer wherever it was actually set.

Examples

(await window.showResolvedOptions()).get("main-pane-width");

0 declared, 0 inherited

Esc

Type to search.