[Lldb-commits] [PATCH] D121131: [lldb] Support "bright" ANSI colors
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 13:20:22 PST 2022
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Utility/AnsiTerminal.h:12
+
#define ANSI_FG_COLOR_BLACK 30
#define ANSI_FG_COLOR_RED 31
----------------
Nice! Should we convert this to enums?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121131/new/
https://reviews.llvm.org/D121131
More information about the lldb-commits
mailing list