emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/4] Support 24-bit terminal colors.


From: Tino Calancha
Subject: Re: [PATCH v3 0/4] Support 24-bit terminal colors.
Date: Sun, 19 Feb 2017 11:22:32 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Sat, 18 Feb 2017, Eli Zaretskii wrote:

From: Rami Ylimäki <address@hidden>
Date: Tue, 14 Feb 2017 17:58:18 +0200

From: Rami Ylimäki <address@hidden>

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]