[Bug 245270] ls(1) man page describes LSCOLORS wrong
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 3 16:44:38 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245270
VVD <vvd at unislabs.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd at unislabs.com
--- Comment #1 from VVD <vvd at unislabs.com> ---
My experience.
* 12.1 amd64
* x11/konsole
* default TERM=xterm-256color
Without bold color:
$ export LSCOLORS=exfxcxdxbxegedabagacad
$ ls -G /
look same as with bold color for dirs:
$ export LSCOLORS=Exfxcxdxbxegedabagacad
$ ls -G /
but this output is correct with different color for dirs:
$ export TERM=xterm-16color
$ export LSCOLORS=Exfxcxdxbxegedabagacad
$ ls -G /
I tested different combinations of the colors for the dirs: ex, Ex, eX, EX, ea,
Ea, eA, EA - look same with TERM=xterm-256color (my default background is
black).
Background always isn't bold even with TERM=xterm-16color.
P.S. x11/konsole have option to draw bold colors as custom colors - Intence
colors.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-doc
mailing list