Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

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

View as Markdown

Module
io.github.libtmux.Environment
Declared in
Environment
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Environment.java
effective ( ) → Map<String, String>
method [source]
method [source]
effective

What a process started from this scope is actually handed, both scopes taken together.

#all answers 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

0 declared, 0 inherited

Esc

Type to search.