[][src]Constant gory::TERM_COLOR

pub const TERM_COLOR: &str = "TERM_COLOR";

Environment variable name for enabling/disabling color

Whan a tty is attached to the environment and this environment variable is either unset or truthy color will be used. Likewise if a tty exists and this variable is set and falsy color will not be used.