Searched refs:stdout_is_tty (Results 1 – 1 of 1) sorted by relevance
62 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor() local63 if (!stdout_is_tty) { in ShouldUseColor()