Jlalond wrote:
> > @JDevlieghere @bulbazord Is there a Discourse on the recent changes to the
> > terminal colors? On Linux I'm getting this white bar that crosses the whole
> > terminal. I think this is part of your reverse video change Jonas?
> > 
>
> Yes, what you're seeing is the new
> [Statusline](https://discourse.llvm.org/t/rfc-lldb-statusline/83948/14). The
> reverse video change (#133315) just changes the default color. Based on your
> screenshot, that looks expected.
Neat! While I don't love the reverse video, is there an easier way to update
the status line color other than setting the entire format like so?
```
settings set statusline-format "${ansi.bg.blue}{${target.file.basename}}{ |
${line.file.basename}:${line.number}:${line.column}}{ | ${thread.stop-reason}}{
| {${progress.count} }${progress.message}}"
```
If not, I'd love to contribute to make this a bit easier to update the color.
Otherwise it's really neat!
https://github.com/llvm/llvm-project/pull/133527
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits