From owner-freebsd-questions Thu Jul 12 15: 1:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buug.homeip.net (we-66-27-250-19.we.mediaone.net [66.27.250.19]) by hub.freebsd.org (Postfix) with ESMTP id E66B337B401 for ; Thu, 12 Jul 2001 15:01:47 -0700 (PDT) (envelope-from bear@buug.homeip.net) Received: from localhost (localhost [127.0.0.1]) by buug.homeip.net (8.11.4/8.11.4) with ESMTP id f6CM2R519521; Thu, 12 Jul 2001 15:02:27 -0700 (PDT) (envelope-from bear@buug.homeip.net) Date: Thu, 12 Jul 2001 15:02:27 -0700 (PDT) From: Joseph Garcia X-X-Sender: To: David Leimbach Cc: Subject: Re: xterm-color (2nd posting) In-Reply-To: <20010712131656.A1377@mutt.home.net> Message-ID: <20010712145442.C19495-100000@localhost> 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 The way I do it is via the .Xdefaults file. Here's a sample of my .Xdefaults file: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! XTERM ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! xterm*termName: xterm-color xterm*scrollBar: False xterm*cursorColor: yellow xterm*foreground: white xterm*background: black That first line starting with xterm sets the terminal variable to xterm-color. The other stuff does other configuration to xterm. Take a look at the xterm manpage. I know it's very long and confusing, but it does have some intersting information. Don't be to intimidated by it, it took me a few times through it to comprehend it all. Joey On Thu, 12 Jul 2001, David Leimbach wrote: > In .xtermrc place the line > > export TERM=xterm-color > > Have fun! > > Dave > On Thu, Jul 12, 2001 at 08:17:38PM +0200, A. L. Meyers wrote: > > > > How do I set up X to get TERM=xterm-color by default? > > > > The standard install makes me do > > > > export TERM=xterm-color > > > > every time I open a terminal in X. > > > > Greetings, > > > > Lucien To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message