From owner-cvs-all Wed Dec 15 4:59: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AC2E151E1; Wed, 15 Dec 1999 04:58:59 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA02374; Wed, 15 Dec 1999 04:58:59 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <199912151258.EAA02374@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Wed, 15 Dec 1999 04:58:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.8 moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/12/15 04:58:59 PST Modified files: usr.sbin/moused moused.8 moused.c Log: - Improve the three button emulation by introdusing a small state machine. The three-button emulation of moused has been somewhat difficult to use for many people. I hope this update fixes it. - Add a new option, -E, to set timeout value to detect two buttons are pressed down simulteneously. The default value for this timeout is 200msec. Revision Changes Path 1.25 +13 -2 src/usr.sbin/moused/moused.8 1.34 +241 -44 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message