libtmux Reference MCP Search
On this page

tmux.ServerOptions.ProcessEnvironment

View as Markdown

Module
tmux
Declared in
ServerOptions
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_options.go
ProcessEnvironment : []string
attribute [source]
attribute [source]
ProcessEnvironment

ProcessEnvironment replaces the child process environment. Nil snapshots the current process environment. A non-nil empty slice supplies no caller-provided variables. Execution may add variables required by Go's target platform and a canonical TMUX_TMPDIR that freezes named or default socket selection. Duplicate names retain their last value. Entries containing NUL are rejected except on Plan 9, where NUL separates path-list elements. NewServer clones the slice.

0 declared, 0 inherited

Esc

Type to search.