On this page
tmux.SetEnvironmentOptions
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/environment.go
-
SetEnvironmentOptions controls tmux's value expansion and visibility flags. Its zero value stores Value literally and exposes it to child processes.
2 declared, 0 inherited
Members
- ExpandFormat attribute ExpandFormat expands tmux format expressions in Value before storing it.
- Hidden attribute Hidden keeps the value available to tmux but out of child environments.