LibTmux.TmuxEnvironment
.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
-
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.
5 declared, 0 inherited
Members
- GetAllAsync method Reads every variable in this environment.
- RemoveAsync method Marks a variable removed for the panes tmux spawns.
- SetAsync method Sets one variable.
- UnsetAsync method Forgets a variable entirely.
- GetAsync method Reads one variable.