[Lldb-commits] [lldb] [lldb] Underline short option letters as mnemonics (PR #153695)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 15 14:57:52 PDT 2025


adrian-prantl wrote:

> A bit surprised that this is gated by colour (or indeed, color) or not, but I see that the colour option is basically the ANSI option.

I think I may have conflated the two out of laziness when introducing column visualization. IMO, it does make sense to separate out "does the user want color?" from "does the terminal support escapes?". For example, a color-blind person might want underlines and bold text, but no colors.

https://github.com/llvm/llvm-project/pull/153695


More information about the lldb-commits mailing list