On this page
server.settings.Server.hide_environment
- Module
- server.settings
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
-
Hide a variable from processes tmux starts.
Different from
Self::unset_environment, which deletes the server's own entry and lets whatever tmux was started with show through. This keeps an entry and marks it, so a process started afterwards is handed an environment with the name *absent* even though the tmux server was started with one. It is whatEnvironmentEntry::Removedreports.Errors
Returns an error when tmux rejects the name.
0 declared, 0 inherited