1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
emacs/doc
Rami Ylimäki e463e5762b Support 24-bit direct colors on text terminals
* src/term.c (init_tty): Use 24-bit terminal colors if corresponding
foreground and background functions are present in terminal type
definition.
* src/tparam.h: Define prototype for tigetstr.

* lisp/term/tty-colors.el (tty-color-define): Convert color palette
index to pixel value on 16.7M color terminals.
(tty-color-24bit): New function to convert color palette index to
pixel value on 16.7M color terminals.
(tty-color-desc): Don't approximate colors on 16.7M color terminals.
* lisp/term/xterm.el (xterm-register-default-colors): Define all named
TTY colors on 16.7M color terminals.

* doc/misc/efaq.texi (Colors on a TTY): Add instructions on how to
enable direct color TTY mode.
* etc/NEWS: Mention direct color TTY mode and point to FAQ.
2017-02-18 13:04:55 +02:00
..
emacs Improve documentation of query-replace-from-to-separator 2017-02-18 12:44:17 +02:00
lispintro Allow occur command to operate on the region 2017-02-02 19:13:05 +09:00
lispref Remove the build number from emacs-version variable 2017-02-17 20:15:21 -05:00
man Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
misc Support 24-bit direct colors on text terminals 2017-02-18 13:04:55 +02:00