Variable: ansi-color-bold-is-bright
ansi-color-bold-is-bright is a customizable variable defined in
ansi-color.el.gz.
Value
nil
Documentation
If set to non-nil, combining ANSI bold and a color produces the bright version of that color.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ansi-color.el.gz
(defcustom ansi-color-bold-is-bright nil
"If set to non-nil, combining ANSI bold and a color produces the bright
version of that color."
:type 'boolean
:version "28.1"
:group 'ansi-colors)