On this page
LibTmux.Internal.ChildProcessEnvironment
- Module
- LibTmux.Internal
- Package
- LibTmux
- Source
- src/LibTmux/Environment/ChildProcessEnvironment.cs
-
Isolates a tmux child process from an inherited tmux session.
A process running inside a pane inherits
TMUX, and a bare tmux client that sees it will refuse to nest or will target the wrong server. Isolation happens on the child's environment block so the calling process's own environment is never mutated.
1 declared, 0 inherited
Members
- Apply method Applies an isolated environment to one child process.