From owner-freebsd-hackers Fri Feb 10 07:05:23 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA19394 for hackers-outgoing; Fri, 10 Feb 1995 07:05:23 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA19310; Fri, 10 Feb 1995 07:03:03 -0800 From: Bill Paul Message-Id: <199502101503.HAA19310@freefall.cdrom.com> Subject: soft cursor bitmasks need adjusting To: freebsd-current, freebsd-hackers Date: Fri, 10 Feb 1995 07:03:01 -0800 (PST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1048 Sender: hackers-owner@FreeBSD.org Precedence: bulk This may be a symptom of something in the works, so I'm going to ask about it here before I start worrying about it too much: The most recent set of syscons fixes seem to have taken care of the 'cursor disappears during kernel printf()s' bug, but now there's another problem: with the normal white on black screen color attributes, positioning the cursor over a character on the screen causes said character to be obscured. Put another way, if you move the white cursor over a white foreground character, the foreground attributes are supposed to be adjusted so that the character is visible through the cursor. The case of 'white background/white cursor' is supposed to be handled in a similar fashion. In fact, the 'white background/white cursor' case seems to be handled correctly, but the 'white foreground/white cursor' case is not. Again, I realize this may only be temporary breakage due to work in progress, but I wanted to be sure it didn't go unnoticed. I happen to be a chronic tcsh and vi user, so I notice it all the time. :) -Bill