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

LibTmux.TmuxEnvironmentEntry

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

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Environment/TmuxEnvironmentOperations.cs
struct LibTmux.TmuxEnvironmentEntry
struct [source]
struct [source]
struct LibTmux.TmuxEnvironmentEntry

One variable in a tmux environment.

tmux keeps three states, not two. A variable can hold a value, be absent, or be marked removed, which tells tmux to strip it from the environment of panes it spawns even though the parent process has it.

4 declared, 0 inherited

Members

  • IsRemoved property Gets whether tmux strips this variable from new panes.
  • Name property Gets the variable name.
  • TmuxEnvironmentEntry method Initializes one environment variable.
  • Value property Gets the value, or null when the variable is marked removed.
Esc

Type to search.