Start of pattern search refactor

This commit is contained in:
Kawe Mazidjatari
2022-04-09 01:14:22 +02:00
parent 6a46486e99
commit aa57170e0d
55 changed files with 229 additions and 232 deletions

View File

@@ -416,7 +416,7 @@ SPDLOG_INLINE bool is_color_terminal() SPDLOG_NOEXCEPT
}
static constexpr std::array<const char *, 16> terms = {{"ansi", "color", "console", "cygwin", "gnome", "konsole", "kterm", "linux",
"msys", "putty", "rxvt", "screen", "vt100", "xterm", "alacritty", "vt102"}};
"msys", "putty", "rxvt", "screen", "vt100"), "xterm", "alacritty", "vt102"}};
const char *env_term_p = std::getenv("TERM");
if (env_term_p == nullptr)