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: Eli Zaretskii
Subject: Re: [PATCH v3 0/4] Support 24-bit terminal colors.
Date: Sat, 18 Feb 2017 13:07:54 +0200

> 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.



reply via email to

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