From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 20:24:22 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 BD0CB16A4BF for ; Thu, 11 Sep 2003 20:24:22 -0700 (PDT) Received: from m23.nyc.untd.com (m23.nyc.untd.com [64.136.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E12143FF7 for ; Thu, 11 Sep 2003 20:24:21 -0700 (PDT) (envelope-from gs_stoller@juno.com) Received: from cookie.untd.com by cookie.untd.com for <"/s5f1SIGSI3+WdnoYQ8yRBfUtTTZKOzAW6r38j6rrABbLclWjun1UQ==">; Thu, 11 Sep 2003 20:23:50 PDT Received: (from gs_stoller@juno.com) by m23.nyc.untd.com (jqueuemail) id H9ULAABE; Thu, 11 Sep 2003 20:23:50 PDT To: freebsd-questions@FreeBSD.ORG Date: Thu, 11 Sep 2003 18:03:19 -0400 Message-ID: <20030911.231654.-26119.1.GS_Stoller@juno.com> X-Mailer: Juno 4.0.9 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Juno-Line-Breaks: 1-2,10 X-Juno-Att: 0 X-Juno-RefParts: 0 From: Gerald S Stoller X-Mailman-Approved-At: Fri, 12 Sep 2003 05:05:14 -0700 cc: gs_stoller@hotmail.com Subject: color in Xwindows 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: Fri, 12 Sep 2003 03:24:22 -0000 FreeBSD 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 I am trying to put color in some of my messages (I am using Xwindows ). One place where I found mention of color is in the manual page of the ls command (search in there for the string "COLOR". I picked a window and in it set TERM to xterm-color and exported it, set CLICOLOR to a nonnull value and exported it, set LSCOLORS to the default value mentioned there and exported it. Did an ls -l but it showed up as usual. Then tried changing TERM to cons25 (also mentioned in the man page) and exported it. Still nothing. Can anyone direct me to documentation that will tell me how to insert color in messages, both the fone and the backgroun, or write to me how to do it? Thanks in advance.