From owner-freebsd-hackers Wed Jan 15 09:02:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA11065 for hackers-outgoing; Wed, 15 Jan 1997 09:02:15 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id JAA11057 for ; Wed, 15 Jan 1997 09:02:12 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 15 Jan 1997 12:01:03 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA21351; Wed, 15 Jan 97 12:01:01 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA13720; Wed, 15 Jan 1997 11:59:29 -0500 Message-Id: Date: Wed, 15 Jan 1997 11:59:29 -0500 From: rhh@ct.picker.com (Randall Hopper) To: kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies) Cc: freebsd-hackers@freefall.freebsd.org Subject: Re: xterm, color_xterm, mutt References: <199701141121.MAA12758@gilberto.physik.rwth-aachen.de> X-Mailer: Mutt 0.57 Mime-Version: 1.0 In-Reply-To: <199701141121.MAA12758@gilberto.physik.rwth-aachen.de>; from Christoph Kukulies on Jan 14, 1997 12:21:57 +0100 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies: |Hhmm, when xterm replaces color_xterm, so why doesn't mutt |(the elm-lookalike-but-fancier-colors-mail-reader) show in |colors any longer. I tried with TERM=xterm-color and TERM=xterm |and the world is two colored :-( | |Trying my backup copy of color_xterm brings back colors - just has this |utmp nastiness. | |Has anyone tried it out? Would the new termcap.src help (donated by |Xinside)? I've been running mutt for some months now in color with no problems. I dumped xterm-color (and xtermc on Solaris) as they neither one worked flawlessly for me. Maybe this is slang; maybe the termcap entry. I don't know. But try this -- works for me: 1) Compile mutt with slang (not ncurses) 2) TERM=xterm 3) COLORTERM=y The last var forces color without having to have a color termcap entry. Works well. Great mailer with a great OS. Randall