On this page
LibTmux.TmuxEnvironment
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironmentOperations.cs
-
The environment tmux gives to the processes it spawns.
A server has one environment and each session another. Which one a new pane inherits depends on where it is created, so the two are reached separately rather than merged.
6 declared, 0 inherited
Members
- GetAllAsync method Reads every variable in this environment.
- GetAsync method Reads one variable.
- RemoveAsync method Marks a variable removed for the panes tmux spawns.
- SetAsync method Sets one variable.
- TmuxEnvironment method
- UnsetAsync method Forgets a variable entirely.