From owner-freebsd-questions Wed Feb 20 12:23:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from babel.acu.edu (babel.acu.edu [150.252.167.240]) by hub.freebsd.org (Postfix) with SMTP id 208CA37B404 for ; Wed, 20 Feb 2002 12:23:18 -0800 (PST) Received: (qmail 29250 invoked by uid 1001); 20 Feb 2002 20:19:59 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Feb 2002 20:19:58 -0000 Date: Wed, 20 Feb 2002 14:19:58 -0600 (CST) From: Cary Mathews Cc: freebsd-questions@FreeBSD.ORG Subject: Re: terminal color problems In-Reply-To: <20020220194448.GD4350@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In your home directory, add a .Xdefaults file. Below is an excerpt of mine which allows rxvt and aterm to show color. #if defined(COLOR) rxvt.termName: xterm-color aterm.termName: xterm-color #endif /* COLOR */ !--rxvt defaults-- [ and so on... ] HTH, Cary On Wed, 20 Feb 2002, Dan Nelson wrote: > Date: Wed, 20 Feb 2002 13:44:48 -0600 > From: Dan Nelson > To: Roman Neuhauser > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: terminal color problems > > In the last episode (Feb 18), Roman Neuhauser said: > > > Date: Fri, 15 Feb 2002 21:38:19 -0800 > > > From: Dale Morris > > > To: freebsd-questions@freebsd.org > > > Subject: terminal color problems > > > > > > #1 I have some sort of termcap problem. My terminal in Xwindows > > > doesn't have color (xterm) when I use mutt or vim, but rxvt does. > > > In the console, muttrc colors don't work properly and when I'm in > > > rxvt I don't have color in vim, but I have color with vim in the > > > console. ??? I'm sure there's some easy solution to this but it's > > > way beyond me. Also, my backspace keys don't work properly in vim. > > > Yet they work properly otherwise. > > > > FreeBSD termcap database is fucked up. > > Get Thomas E. Dickey's termcap.src.gz. > > easier solution: set TERM=xterm-color > > -- > Dan Nelson > dnelson@allantgroup.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message