Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

Solution:
When opening lldb from ssh session where client uses Ghostty, lldb doesn't
print colours with text, which works fine running native lldb on Ghostty. T=
he
simplest solution for this is either following the Ghostty document above or
adding ncurses-style TERM value without the prefix (e.g. "ghostty") into ea=
ch
program's TERM filter as I did for LLVM [2]. This applies to other softwares
that uses TERM filter to detect terminal emulator features.

In conclusion, there is nothing we can do on FreeBSD side but let the users=
 and
developers find their own solution.


[1] https://ghostty.org/docs/help/terminfo
[2] https://github.com/llvm/llvm-project/pull/187920

--=20
You are receiving this mail because:
You are the assignee for the bug.=


home | help