From owner-cvs-all Wed Oct 28 11:24:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03350 for cvs-all-outgoing; Wed, 28 Oct 1998 11:24:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03344; Wed, 28 Oct 1998 11:24:19 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12822; Wed, 28 Oct 1998 11:24:15 -0800 (PST) Date: Wed, 28 Oct 1998 11:24:15 -0800 (PST) Message-Id: <199810281924.LAA12822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 vidconsole.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/10/28 11:24:15 PST Modified files: sys/boot/i386/libi386 vidconsole.c Log: Simplify the "is a character ready" test, so that we don't return a false negative for keypresses with zero ascii values. This is in line with the comconsole test, rather than being more ambitious. Submitted by: rnordier Revision Changes Path 1.7 +2 -4 src/sys/boot/i386/libi386/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message