From owner-cvs-all Sat Apr 21 7:11:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49FC637B422; Sat, 21 Apr 2001 07:11:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LEBnf37337; Sat, 21 Apr 2001 07:11:49 -0700 (PDT) (envelope-from ache) Message-Id: <200104211411.f3LEBnf37337@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 21 Apr 2001 07:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scmouse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/04/21 07:11:49 PDT Modified files: sys/dev/syscons scmouse.c Log: Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4 Restore original characters when mousechar start changes, not always 0-3 PR: 24437 Submitted by: Cejka Rudolf Revision Changes Path 1.21 +5 -3 src/sys/dev/syscons/scmouse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message