On this page
LibTmux.TmuxEnvironmentEntry
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironmentOperations.cs
-
One variable in a tmux environment.
tmux keeps three states, not two. A variable can hold a value, be absent, or be marked removed, which tells tmux to strip it from the environment of panes it spawns even though the parent process has it.
4 declared, 0 inherited
Members
- TmuxEnvironmentEntry method Initializes one environment variable.
- IsRemoved property Gets whether tmux strips this variable from new panes.
- Name property Gets the variable name.
- Value property Gets the value, or null when the variable is marked removed.