[Lldb-commits] [lldb] [lldb] Add a setting to customize the prompt color (PR #66218)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 13 15:09:55 PDT 2023


JDevlieghere wrote:

> can we wire up the ansi color formatting without supporting all these other bits of data?

Yes, but you'd still need to solve (1), (3) and (4) which are the "hard" ones. Doing what you suggests only saves you (2) which is by far the easiest one in the list. 

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


More information about the lldb-commits mailing list