summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.8
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2005-09-19 06:58:39 +0000
committerphilip <philip@FreeBSD.org>2005-09-19 06:58:39 +0000
commit3a96c530e2e21570c06b1368d4f3168fb23cd5f0 (patch)
treec67d01f6f1d9f42cddce798c033c6a527c467752 /usr.sbin/moused/moused.8
parent5376d97a97f0654a22509676652f1dd1e0b27370 (diff)
downloadFreeBSD-src-3a96c530e2e21570c06b1368d4f3168fb23cd5f0.zip
FreeBSD-src-3a96c530e2e21570c06b1368d4f3168fb23cd5f0.tar.gz
Add an option to stop 'mouse drift' in some defective/cheap mice. This stops
the pointer slowly wandering away on its own in an annoying way when the mouse isn't physically moved. PR: bin/83970 Submitted by: Lena -at- lena.kiev.ua X-MFC after: 6.0-RELEASE
Diffstat (limited to 'usr.sbin/moused/moused.8')
-rw-r--r--usr.sbin/moused/moused.811
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8
index ae53087..7fe7e1c 100644
--- a/usr.sbin/moused/moused.8
+++ b/usr.sbin/moused/moused.8
@@ -52,6 +52,7 @@
.Op Fl t Ar mousetype
.Op Fl l Ar level
.Op Fl 3 Op Fl E Ar timeout
+.Op Fl T Ar distance Ns Op , Ns Ar time Ns Op , Ns Ar after
.Fl p Ar port
.Pp
.Nm
@@ -171,6 +172,16 @@ mode.
.It Fl S Ar baudrate
Select the baudrate for the serial port (1200 to 9600).
Not all serial mice support this option.
+.It Fl T Ar distance Ns Op , Ns Ar time Ns Op , Ns Ar after
+Terminate drifT.
+Use this option if mouse pointer slowly wanders when mouse is not moved.
+Movements up to
+.Ar distance
+(for example 4) pixels (X+Y) in
+.Ar time
+msec (default 500) are ignored, except during
+.Ar after
+msec (default 4000) since last real mouse movement.
.It Fl V
Enable
.Dq Virtual Scrolling .
OpenPOWER on IntegriCloud