From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 03:47:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E1FD37B401 for ; Sun, 17 Aug 2003 03:47:10 -0700 (PDT) Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 71AAC43FA3 for ; Sun, 17 Aug 2003 03:47:09 -0700 (PDT) (envelope-from nicholas_wieland@yahoo.it) Received: from d81-211-179-94.cust.tele2.it (HELO lorien.ilweran.home) (nicholas?wieland@81.211.179.94 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 17 Aug 2003 10:47:08 -0000 Received: by lorien.ilweran.home (Postfix, from userid 1001) id 15AF411E; Sun, 17 Aug 2003 05:18:35 +0200 (CEST) Date: Sun, 17 Aug 2003 05:18:35 +0200 From: Nicholas Wieland To: freebsd-questions@freebsd.org Message-ID: <20030817031835.GA1813@lorien.ilweran.home> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: xterm: colors and keys X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 10:47:10 -0000 On Sat, Aug 16, 2003 at 10:34:51PM -0300, fallenbr wrote: > 1 - How can I set color on xterm? I've tried creating a .Xdefaults with > "XTerm*termName: xterm-color" on it, but nothing really changed. [nicholas@lorien nicholas]$ echo $TERM xterm-color [nicholas@lorien nicholas]$ less /etc/profile [...] export TERM="xterm-color" [...] If you don't want system-wide settings you can use yor $HOME/.profile HTH, nicholas