================ @@ -176,10 +176,19 @@ let Definition = "debugger" in { Global, DefaultTrue, Desc<"Whether to show a statusline at the bottom of the terminal.">; - def StatuslineFormat: Property<"statusline-format", "FormatEntity">, - Global, - DefaultStringValue<"${ansi.negative}{${target.file.basename}}{ | ${line.file.basename}:${line.number}:${line.column}}{ | ${thread.stop-reason}}{ | {${progress.count} }${progress.message}}">, - Desc<"The default statusline format string.">; + def StatuslineSeparator : Property<"statusline-separator", "String">, + Global, + DefaultStringValue<"│ ">, + Desc<"The default statusline format string.">; ---------------- JDevlieghere wrote:
```suggestion Desc<"The default statusline separator.">; ``` https://github.com/llvm/llvm-project/pull/136611 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits