[Lldb-commits] [lldb] [lldb] Correct handling of ANSI codes in command option help (PR #178653)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 9 06:11:49 PST 2026
https://github.com/JDevlieghere commented:
My general concern is that this is ignoring unicode. I would really like all our APIs for "printing" to support both, making it an implementation detail whether the visible and actual lengths are different because of escape codes or unicode.
https://github.com/llvm/llvm-project/pull/178653
More information about the lldb-commits
mailing list