]> git.eshelyaron.com Git - emacs.git/commit
Add fallback for 24-bit terminal color via COLORTERM=truecolor
authorJan Beich <jbeich@FreeBSD.org>
Sun, 14 Jun 2020 03:51:24 +0000 (03:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Jun 2020 08:16:14 +0000 (11:16 +0300)
commit50f489b5dc59ba8eacd6dc5bdee98da690a61f2f
tree0d14e5c3931116e3bc2f98a45dc8c24dee7cf429
parented08512978812220045ff12941d78b99ed32323f
Add fallback for 24-bit terminal color via COLORTERM=truecolor

* src/term.c (init_tty): When COLORTERM=truecolor is defined,
override setaf/setab/colors terminfo capabilities with 24-bit
color support.

* doc/misc/efaq.texi (Colors on a TTY): Mention the possibility to
enable 24-bit color via the COLORTERM environment variable.

(Bug#41846)

Copyright-paperwork-exempt: yes
doc/misc/efaq.texi
src/term.c