From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: screen: support 256 colors Date: Wed, 13 Jul 2016 12:41:49 +0200 Message-ID: <871t2xn7ki.fsf@gnu.org> References: <8737t711hp.fsf@gmail.com> <87a8nctglb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNHc6-0007aQ-3N for guix-devel@gnu.org; Wed, 13 Jul 2016 06:41:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNHc1-0003m2-Po for guix-devel@gnu.org; Wed, 13 Jul 2016 06:41:57 -0400 In-Reply-To: (myglc2@gmail.com's message of "Tue, 12 Jul 2016 15:32:22 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: myglc2 Cc: guix-devel@gnu.org myglc2 skribis: > Actually, we have been building screen with 16 color support. With the > attached patch and the addition of ... > > term xterm-256color > > ... to ~/.screenrc, emacs 'M-x list-colors-display' shows 256 colors and > emacs-zenburn-theme is pleasant to look at :-) > > If emacs handled the "screen.xterm-256color" term type emitted by screen > when --enable-colors256 is set, then the 'term xterm-256color' would not > be required. This should be fixed upstream, but meanwhile, 'term > xterm-256color' is a fully functional workaround AFAIKT. Good catch! > From 1b05f484b6c4eb1827e1aa0e8b69f53f1db6bf80 Mon Sep 17 00:00:00 2001 > From: George Clemmer > Date: Tue, 12 Jul 2016 13:57:28 -0400 > Subject: [PATCH] * gnu: screen: support 256 colors > > --- > gnu/packages/screen.scm | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) Applied with a commit log. Thanks! Ludo=E2=80=99.