https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245270
VVD <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from VVD <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
