-
-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ls --color not working on freebsd? #2149
Comments
I can reproduce the problem. kitty correctly respects the color escape codes. This can be verified with something like
to the kitty termcap makes it work. I copied these from the entry for |
@Luflosi yes, that makes it work for me. |
@kovidgoyal why does |
No idea, you'd have to ask the maintainer of infocmp |
Not sure if this is related or intended (as Kitty's multi-platform), but on Linux, Kitty doesn't seem to support the $LS_COLORS variable so color support is missing from things such as zsh completions, ls (full range of file types) and commands like tree. |
LS_COLORS is not something the terminal supports. It is something for programs running inside the terminal. |
By default,
Here is my attempt:
This produces the following termcap entry of 1022 bytes:
I've got no FreeBSD at hand to test it, so YMMV. |
@tertium Is it necessary to limit the list to 1023 bytes? I am trying to get this working on a FreeNAS host, and with the help of the comments in this thread it seems to work fine. while it is when using While appending the |
Hi!
So I have this Freebsd I am connecting to from mac, I already did the termcap addition and compilation of the database and while now most things work, I cannot get colors to work.
ls --color
just output no coloron iTerm they do work. Any ideas?
The text was updated successfully, but these errors were encountered: