Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.Server.WithProcessEnvironmentValue

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
tmux
Declared in
Server
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_options.go
WithProcessEnvironmentValue ( name : string ) → (Server, error)
method [source]
method [source]
WithProcessEnvironmentValue

WithProcessEnvironmentValue returns a server whose tmux subprocesses receive name=value while preserving the receiver's frozen executable, configuration, and exact socket endpoint. It does not expose an inherited environment snapshot through Server.ProcessEnvironment . The result shares daemon-scoped coordination with the receiver. A connection-bound receiver is rejected.

0 declared, 0 inherited

Esc

Type to search.