From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?q?Rami=20Ylim=C3=A4ki?= Newsgroups: gmane.emacs.devel Subject: [PATCH v3 0/4] Support 24-bit terminal colors. Date: Tue, 14 Feb 2017 17:58:18 +0200 Message-ID: <1487087902-6661-1-git-send-email-rami.ylimaki@vincit.fi> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1487088012 13910 195.159.176.226 (14 Feb 2017 16:00:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2017 16:00:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 14 17:00:07 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdfWN-00039K-Gp for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2017 17:00:03 +0100 Original-Received: from localhost ([::1]:35617 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdfWT-0000Sz-8c for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2017 11:00:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdfVG-0000Sb-Ol for emacs-devel@gnu.org; Tue, 14 Feb 2017 10:58:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdfVB-0000o6-Uj for emacs-devel@gnu.org; Tue, 14 Feb 2017 10:58:54 -0500 Original-Received: from mx1.kapsi.fi ([2001:1bc8:1004::1:25]:54103 helo=mail.kapsi.fi) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdfVB-0000mu-Ni for emacs-devel@gnu.org; Tue, 14 Feb 2017 10:58:49 -0500 Original-Received: from 91-158-222-159.elisa-laajakaista.fi ([91.158.222.159] helo=nopsakone.home) by mail.kapsi.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cdfV7-0005Tc-Il for emacs-devel@gnu.org; Tue, 14 Feb 2017 17:58:45 +0200 X-Mailer: git-send-email 2.7.4 X-SA-Exim-Connect-IP: 91.158.222.159 X-SA-Exim-Mail-From: rami.ylimaki@vincit.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:1bc8:1004::1:25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212376 Archived-At: 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(-) -- 2.7.4