libtmux Reference MCP Search
On this page

LibTmux.TmuxEnvironmentEntry.TmuxEnvironmentEntry

View as Markdown

Module
LibTmux
Declared in
TmuxEnvironmentEntry
Package
LibTmux
Source
src/LibTmux/Environment/TmuxEnvironmentOperations.cs
TmuxEnvironmentEntry ( name : string , value : string? , isRemoved : bool )
method [source]
method [source]
TmuxEnvironmentEntry

Initializes one environment variable.

Parameters
  • name ( string ) – The variable name.

  • value ( string? ) – The value, or null when the variable is marked removed.

  • isRemoved ( bool ) – Whether tmux strips this variable from new panes.

0 declared, 0 inherited

Esc

Type to search.