From owner-freebsd-questions Wed May 30 21:32:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 8CDBA37B422 for ; Wed, 30 May 2001 21:32:08 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.172]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010531043207.WZEA2291.mtiwmhc25.worldnet.att.net@worldnet.att.net> for ; Thu, 31 May 2001 04:32:07 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 90729197E3; Thu, 31 May 2001 00:35:30 -0400 (EDT) Date: Thu, 31 May 2001 00:35:30 -0400 From: parv To: f-q Subject: Re: How to put color in your console? Message-ID: <20010531003530.A3204@moo.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 forgot to cc to the list, so... ----- Forwarded message from parv ----- Date: Thu, 31 May 2001 00:25:27 -0400 To: "E. J. Cerejo" From: parv Subject: Re: How to put color in your console? so, E. J. Cerejo shared this in my lifetime... > Hello, I was wondering if you can put color in your > console to make it more appealing! > ... besides ls, you can compile 4 or so colors in the kernel which makes easier to disntinguish between normal console work & kernel messages not to mention better highlighting of man pages. see /sys/i386/conf/LINT for more, if any, info on following 4 options: # normal text of console #options SC_NORM_ATTR="(FG_CYAN|BG_BLACK)" # # seen only in man ouptput, so far, for 'underlined text' #options SC_NORM_REV_ATTR="(FG_YELLOW|BG_BLACK)" # # kernel messages #options SC_KERNEL_CONS_ATTR="(FG_GREEN|BG_BLACK)" # # didn't see this color yet in action #options SC_KERNEL_CONS_REV_ATTR="(FG_YELLOW|BG_RED)" - parv ----- End forwarded message ----- -- -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message