]> git.eshelyaron.com Git - emacs.git/commit
Add support for "bright" ANSI colors in term-mode
authorJim Porter <jporterbugs@gmail.com>
Tue, 24 Aug 2021 22:46:06 +0000 (15:46 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Aug 2021 11:57:25 +0000 (13:57 +0200)
commit2b2a103db0c3597c7685d3ffff4bca7f2e4d094e
tree15290d2ae84a43d2014bf73ba95279d4586bcb04
parentc8e3347ec01a9ed6dc8d88c2dbbb3a08497e8eb2
Add support for "bright" ANSI colors in term-mode

* list/term.el (ansi-term-color-vector): Add new faces.
(term-color-white): Tweak colors.
(term-color-bright-black, term-color-bright-red, term-color-bright-green)
(term-color-bright-yellow, term-color-bright-blue)
(term-color-bright-magenta, term-color-bright-cyan)
(term-color-bright-white): New faces.
(term--maybe-brighten-color): New function.
(term-handle-colors-array): Handle bright colors.
* test/lisp/term-tests.el (term-colors, term-colors-bold-is-bright):
New functions.
etc/NEWS
lisp/term.el
test/lisp/term-tests.el