[Lldb-commits] [PATCH] D121062: [lldb] Add a setting to change the progress ANSI escape codes

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 8 17:08:02 PST 2022


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Core/CoreProperties.td:141
+    DefaultStringValue<"${ansi.faint}">,
+    Desc<"When displaying progress in a color-enabled (i.e. ANSI) terminal, use the ANSI terminal code specified in this format immediately before the progress message.">;
+  def ShowProgressAnsiSuffix: Property<"show-progress-ansi-suffix", "String">,
----------------
I would remove the "(i.e. ANSI)" comment.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121062/new/

https://reviews.llvm.org/D121062



More information about the lldb-commits mailing list