Searched refs:color_term_env (Results 1 – 1 of 1) sorted by relevance
44 const char* const color_term_env = getenv("COLORTERM"); in ShouldUseColor() local45 if (color_term_env != nullptr) { in ShouldUseColor()46 color_term = color_term_env; in ShouldUseColor()