Searched refs:term_env (Results 1 – 1 of 1) sorted by relevance
49 const char* const term_env = getenv("TERM"); in ShouldUseColor() local50 if (term_env != nullptr) { in ShouldUseColor()51 term = term_env; in ShouldUseColor()