From owner-freebsd-ports Tue Jul 22 06:07:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA26750 for ports-outgoing; Tue, 22 Jul 1997 06:07:24 -0700 (PDT) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA26719; Tue, 22 Jul 1997 06:07:13 -0700 (PDT) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.8.5/8.8.2) id XAA09218; Tue, 22 Jul 1997 23:06:03 +1000 (EST) Message-ID: <19970722230602.13588@rf900.physics.usyd.edu.au> Date: Tue, 22 Jul 1997 23:06:02 +1000 From: David Dawes To: andreas.klemm@wup.de, andreas@klemm.gtn.com Cc: hackers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FBSD 2.2.2 - problem: no colors when using mutt in a color xterm References: <19970722111536.51938@wup.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19970722111536.51938@wup.de>; from Andreas Klemm on Tue, Jul 22, 1997 at 11:15:36AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Jul 22, 1997 at 11:15:36AM +0200, Andreas Klemm wrote: >At home I'm using FreeBSD-current and X11R6.3. There it's possible, to get >mutt configured to use colors. > >I start xterm +xm -tn xterm-color, start mutt from within this >xterm session and get nice colors. > >When doing this on FreeBSD 2.2.2 using X11R6.2 (the FreeBSD version >shipped with 2.2.2), then I only get black and white display. > >Is some solor support not implemented in 2.2.2 ??? The most common reason for xterm colour not working with XFree86 releases prior to XFree86 3.3 is that the colour resources are set in the XTerm-color app-defaults file, not the one called XTerm. One solution is to put: *customization: -color in your ~/.Xdefaults file. Another is to put the colour resource settings from the XTerm-color app-defaults file into the XTerm app-defaults file. In XFree86 3.3, the default configuation is colour-friendly. (BTW, FreeBSD 2.2.2 ships with XFree86 3.2 as far as I know, not X11R6.2 -- and the xterm in the standard X11R6.x releases doesn't do colour anyway.) David