# libtmux::SplitOptions::environment

- **Module:** libtmux::SplitOptions
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/entities.hpp#L88
- **Page:** https://libtmux.org/reference/cxx/libtmux-splitoptions-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.
