Skip site navigation (1)Skip section navigation (2)
Date:      21 Feb 2002 02:32:50 +1200
From:      Stuart Tanner <stuart@sigterm.com>
To:        Dale Morris <dlm@well.com>
Cc:        List FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: newbie xterm color ?
Message-ID:  <1014215571.2517.4.camel@osiris.sigterm.com>
In-Reply-To: <20020220055432.A52213@lymond.lvcm.com>
References:  <20020220055432.A52213@lymond.lvcm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-02-21 at 01:54, Dale Morris wrote:
> I'm having trouble finding how to make xterm display in color. I have
> [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. 
> It's strange though, RXVT will display mutt in color, but XTERM won't,
> from the command line both vim and mutt both display in color, but not
> in xterm.
> 
Add this to .tcshrc

if ( $term == xterm ) then
	setenv TERM xterm-color
endif

> Oh, how do I configure to get the backspace key working in vim. I know
> there's something to add to the .vimrc but can't remember now.
> 
> thanks
> dale
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
-- 
Stuart Tanner <stuart@sigterm.com>

At no time is freedom of speech more precious than when a man hits his
thumb with a hammer.
		-- Marshall Lumsden


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1014215571.2517.4.camel>