[Lldb-commits] [lldb] [lldb] Make the statusline separator configurable (PR #136611)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 07:44:44 PDT 2025
JDevlieghere wrote:
> IIUC, the `${separator}` thingy could be used in places other than the status line, so maybe the setting controlling it shouldn't be called `statusline-separator` ?
I noticed the discrepancy between the format string (`${separator}`) and the setting (`statusline-separator`) and I was on the fence between making it more generic or more specific. Let's go with Pavel's suggestion.
https://github.com/llvm/llvm-project/pull/136611
More information about the lldb-commits
mailing list