[Lldb-commits] [lldb] [lldb] improve the heuristics for checking if a terminal supports Unicode (PR #171832)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 12 03:36:57 PST 2025
================
@@ -400,6 +400,22 @@ llvm::Error Terminal::SetHardwareFlowControl(bool enabled) {
#endif // LLDB_ENABLE_TERMIOS
}
+bool Terminal::SupportsUnicode() {
+ static std::optional<bool> g_result;
----------------
charles-zablit wrote:
Fixed, thanks 👍
https://github.com/llvm/llvm-project/pull/171832
More information about the lldb-commits
mailing list