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

libtmux::SplitOptions::environment

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

View as Markdown

Module
libtmux
Declared in
SplitOptions
Package
libtmux-cxx
Source
include/libtmux/entities.hpp
environment : std::vector< std::pair< std::string, std::string > >
attribute [source]
attribute [source]
environment

Variables the new process starts with, on top of what tmux passes down.

Pairs rather than NAME=value strings: tmux takes a -e without an = without complaint and creates nothing, so the pair is joined here and a name carrying an = is refused where the command is built.

An empty value sets the variable to empty. It does not remove it.

0 declared, 0 inherited

Esc

Type to search.