[][src]Module tab_api::env

Constants

FORWARD_ENV_VARS

Environment variables that should be forwarded from the command, to Daemon and pty processes.

Functions

forward_env

Forwards the environment variables required by tab from the current process, to the child See FORWARD_ENV_VARS for a list and explanation of forwarded vars.

forward_env_std

Forwards the environment variables required by tab from the current process, to the child See FORWARD_ENV_VARS for a list and explanation of forwarded vars.

is_raw_mode

Instructs the command module that it should interact with the terminal in raw mode If false, the environment may not be a terminal pty. The integration tests disable this flag.