libtmux Reference MCP Search
On this page

io.github.libtmux.Options.Options.get

View as Markdown

Module
io.github.libtmux.Options
Declared in
Options
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Options.java
get ( name : String ) Optional<String>
method [source]
method [source]
get

The value in effect at this scope, inherited from a parent scope when this one does not set it.

<p>This is what tmux itself will act on. To ask the narrower question — whether this scope sets the option at all — look for the name in #all() , which lists only what is set here.

Returns

empty only when tmux does not know the option, which it reports as an error; an option genuinely set to the empty string comes back as an empty value, not as absent. A value spanning several lines comes back whole

0 declared, 0 inherited

Esc

Type to search.