pub fn term_supports_ansi_color() -> bool
Expand description
Check TERM
for ANSI color support
On Windows, you might need to also check windows::enable_ansi_colors
as ANSI color support
is opt-in, rather than assumed.
pub fn term_supports_ansi_color() -> bool
Check TERM
for ANSI color support
On Windows, you might need to also check windows::enable_ansi_colors
as ANSI color support
is opt-in, rather than assumed.