Subject: Re: Patch to change console colors
To: Julio M. Merino Vidal <jmmv@menta.net>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: tech-kern
Date: 07/22/2004 20:07:03
On Thu, Jul 22, 2004 at 11:30:13PM +0200, Julio M. Merino Vidal wrote:
> I've added support to change console colors with wsconsctl.  The reason is
	cool!

> dawn:/home/jmmv# wsconsctl -d -a | grep msg
> msg.default.attrs=16
> msg.default.bg=4
> msg.default.fg=7
> msg.kernel.attrs=18
> msg.kernel.bg=4
> msg.kernel.fg=3
> 
> msg.default.* variables specify how the console looks, while msg.kernel.*
> do the same for kernel messages.  You can see that I actually have white
> on blue console and yellow on blue kernel :)
	actually, I have no idea what numbers correspond to what colors.
Can you change those numbers to human readable strings?

eric