io.github.libtmux.Options.Options.get
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.Options
- Declared in
- Options
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Options.java
-
-
The value in effect at this scope, inherited from a parent scope when this one does not set it.
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.- Raises
-
-
LibTmuxException – if tmux reports a value the key's type cannot hold, which means the key was declared with the wrong type
-
0 declared, 0 inherited