Issue |
134112
|
Summary |
The LLDB statusline looks odd with colors off
|
Labels |
new issue
|
Assignees |
JDevlieghere
|
Reporter |
JDevlieghere
|
When you run `lldb` with colors off, the status line looks weird because it doesn't have a background. You end up with what appears to be floating text at the bottom of your terminal.
We could use the reverse video effect even when colors are off, since they don't introduce any new colors. It should be fairly straightforward to do that in the Statusline itself if colors are disabled. Or, if we want this effect to be available globally, we would need to tweak ANSITerminal and FormatEntity to do a subset of formatting with colors disabled. Should things like underline and bold be enabled when colors are off?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs