[Lldb-commits] [lldb] [lldb] Turn on OSC 9; 4 graphical progress in supported terminals (PR #185541)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 10 01:53:33 PDT 2026
================
@@ -184,7 +184,7 @@ let Definition = "debugger", Path = "" in {
def ShowProgress
: Property<"show-progress", "Boolean">,
Global,
- DefaultFalse,
+ DefaultTrue,
Desc<"Whether to show progress using Operating System Command (OSC) "
"Sequences in supporting terminal emulators.">;
----------------
DavidSpickett wrote:
I was going to say this needs to change but actually, "in supporting" already covers this. In fact the new behaviour matches the existing description.
https://github.com/llvm/llvm-project/pull/185541
More information about the lldb-commits
mailing list