9 constexpr const char *SUPPORTED_TERMS[] = {
14 "rxvt-unicode-256color",
20 if (
auto term = std::getenv(
"TERM")) {
21 for (
auto supported : SUPPORTED_TERMS) {
bool M_EXPORT has_color()
Returns true if the terminal is known to support colors, false otherwise.
bool streq(const char *first, const char *second)