Searched refs:stdout_isatty (Results 1 – 1 of 1) sorted by relevance
962 let stdout_isatty = atty::is(atty::Stream::Stdout); in configure_from_args() localVariable963 let mut enable_text_overwrite = stdout_isatty && !verbose && !debug_enabled(); in configure_from_args()973 _ => enable_text_coloring = stdout_isatty, in configure_from_args()