On this page
libtmux::OptionEntry::inherited
- Module
- libtmux
- Declared in
- OptionEntry
- Package
- libtmux-cxx
- Source
- include/libtmux/options.hpp
-
True when the value comes from a wider scope rather than being set here.
show-options -Amarks these with a trailing asterisk on the name.tmux accepts a user option whose name itself ends in an asterisk, and prints
@star* valuefor one set here — which is the same shape asstatus-position* bottomfor an inherited option. In a listing the two cannot be told apart, and the marker reading wins. Asking for one option by name is exact, because the name asked for settles it.
0 declared, 0 inherited