[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 08:28:43 PDT 2023


JDevlieghere wrote:

Regarding the column width bug: it's something we'd want to fix anyway. I have a naive implementation [here](https://github.com/JDevlieghere/llvm-project/commit/17e7844547e8b8509014bc953545c76f3fd6eb25). Probably more important than the ANSI escape characters is UTF-8 which poses a similar issue. 

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


More information about the lldb-commits mailing list