From owner-cvs-usrsbin Fri Jun 21 02:24:28 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA04251 for cvs-usrsbin-outgoing; Fri, 21 Jun 1996 02:24:28 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA04235; Fri, 21 Jun 1996 02:24:13 -0700 (PDT) Date: Fri, 21 Jun 1996 02:24:13 -0700 (PDT) From: Soren Schmidt Message-Id: <199606210924.CAA04235@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/moused Makefile moused.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/06/21 02:24:12 Added: usr.sbin/moused Makefile moused.c Log: Moused is the daemon that provides the connection between the cut&paste functionality in syscons and the real mouse hardware. If moused is run one can switch on/off the mousepointer with vidcontrol -m on/off. There is no manpage yet, but a fairly descriptive usage message.... Reviewed by:sos Submitted by: Michael Smith Obtained from:Some of the mouselogic comes from XFree86