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

LibTmux.TmuxEnvironment

.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
class LibTmux.TmuxEnvironment
class [source]
class [source]
class LibTmux.TmuxEnvironment

The environment tmux gives to the processes it spawns.

A server has one environment and each session another. Which one a new pane inherits depends on where it is created, so the two are reached separately rather than merged.

5 declared, 0 inherited

Members

  • GetAllAsync method Reads every variable in this environment.
  • RemoveAsync method Marks a variable removed for the panes tmux spawns.
  • SetAsync method Sets one variable.
  • UnsetAsync method Forgets a variable entirely.
  • GetAsync method Reads one variable.
Esc

Type to search.