On Sat, 18 Feb 2017, Eli Zaretskii wrote: >> From: Rami Ylimäki >> Date: Tue, 14 Feb 2017 17:58:18 +0200 >> >> From: Rami Ylimäki >> >> Fixed since v2: >> * Replace '#if TERMINFO' with '#ifdef TERMINFO'. >> * Rename custom terminfo strings from 'seta[bf]24' to 'set[bf]24', >> because the 'a' in 'seta[bf]' stands for ANSI. >> * Update FAQ and NEWS. >> * Update commit messages to match FAQ. >> >> Rami Ylimäki (4): >> Remove unused terminal color pair count. >> Support 24-bit terminal colors. >> Let user turn 24-bit terminal colors on. >> Update documentation regarding 24-bit TTY colors. >> >> doc/misc/efaq.texi | 33 +++++++++++++++++++++++++++++++++ >> etc/NEWS | 5 +++++ >> lisp/term/tty-colors.el | 19 +++++++++++++++++-- >> lisp/term/xterm.el | 8 ++++++++ >> src/term.c | 20 ++++++++++++++------ >> src/termchar.h | 4 ---- >> src/tparam.h | 4 ++++ >> 7 files changed, 81 insertions(+), 12 deletions(-) > > Pushed to the master branch. > > Thank you for working on this and for persevering. I also want to thank Rami for this work. It's the first time i see such many colors in Emacs running on Xterm. Very nice!