io.github.libtmux.Environment.Environment.effective
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.Environment
- Declared in
- Environment
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Environment.java
-
What a process started from this scope is actually handed, both scopes taken together.
#allanswers for one scope, which is what a caller writing to it needs and not what a pane opened later will see: tmux gives a new process the server's environment with the session's laid over it, minus whatever the session marked as not to be inherited. At the server scope the two are the same thing.The counterpart to
Options#effective(), and named after it.- Raises
-
-
ServerNotRunningException – if no daemon is running
-
LibTmuxException – if a read otherwise fails
-
0 declared, 0 inherited