-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[lldb] Make the statusline separator configurable #136611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-lldb Author: Adrian Prantl (adrian-prantl) ChangesAnd use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal. Full diff: https://github.com/llvm/llvm-project/pull/136611.diff 5 Files Affected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM module a test. Can you add a test to the Statusline PExpect test that changes the separator? I think with the new default you might need to update the existing one too.
3d9d4eb
to
5783bec
Compare
✅ With the latest revision this PR passed the Python code formatter. |
IIUC, the |
I noticed the discrepancy between the format string ( |
5783bec
to
52a9ebd
Compare
I renamed it to just "separator". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
And use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal.
52a9ebd
to
97fc341
Compare
And use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal. (cherry picked from commit 6f1adbd) Conflicts: lldb/source/Core/Debugger.cpp
And use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal.
And use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal.
And use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal.
And use this functionality to replace the ASCII "|" with the same full-geight line-drawing character used in diagnostics rendering on a color terminal.