[Lldb-commits] [PATCH] D49334: [LLDB} Added syntax highlighting support
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jul 14 11:36:11 PDT 2018
zturner added a subscriber: teemperor.
zturner added a comment.
Ansi escape codes do not work on Windows. LLVM’s stream output classes have
color support that does work in a cross platform manner. Can we use those
instead?
Repository:
rL LLVM
https://reviews.llvm.org/D49334
More information about the lldb-commits
mailing list