LibTmux.TmuxEnvironmentEntry
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- 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
- IsRemoved property Gets whether tmux strips this variable from new panes.
- Name property Gets the variable name.
- TmuxEnvironmentEntry method Initializes one environment variable.
- Value property Gets the value, or null when the variable is marked removed.