Subject: Re: CVS commit: src/sys/dev/wscons
To: None <tech-kern@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 05/25/2005 08:23:22
On Wed, May 25, 2005 at 01:24:26AM +0400, Valeriy E. Ushakov wrote:
> This hack should be protected with if ((flg & WSATTR_HILIT) != 0)

Why? WSATTR_HILIT has no influence on the background colour.
I could see a protection against flg & WSATTR_HILIT && fg == WSCOL_WHITE,
but how is that different from fg==WSCOL_BLACK and bg==WSCOL_BLACK?

Martin