JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, labath.
Herald added a project: All.
JDevlieghere requested review of this revision.
Herald added a project: LLDB.
Add a setting to change how progress is shown in a color enabled terminal. This
follows the existing `-pref
JDevlieghere updated this revision to Diff 413263.
JDevlieghere added a comment.
ShowProgress{Prefix,Suffix} -> ShowProgressAnsi{Prefix,Suffix}
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121062/new/
https://reviews.llvm.org/D121062
Files:
lldb/include/lldb/Core/Debugger.h
lldb/s
JDevlieghere created this revision.
JDevlieghere added reviewers: labath, teemperor.
Herald added a project: All.
JDevlieghere requested review of this revision.
I'm a big fan of the autosuggestion feature but my terminal/color scheme
doesn't display faint any differently than regular lldb output
JDevlieghere updated this revision to Diff 413269.
JDevlieghere retitled this revision from "[lldb] Add a setting to change the
progress color" to "[lldb] Add a setting to change the progress ANSI escape
codes".
JDevlieghere added a comment.
Fix copy/paste error in the help
CHANGES SINCE LAST