Bug 17879

Summary: moused -E default value is unusable
Product: Base System Reporter: sam <sam>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description sam 2000-04-09 15:50:01 UTC
	moused -3 (emulate three buttons) is supposed to be equivalent to
	moused -3 -E 200 (wait 200 milliseconds before deciding whether
	the two buttons were pressed together or not). In fact, the default
	is 500 milliseconds, which makes the mouse hardly usable (try to
	cut'n'paste in this mode, you will likely miss the begin point).

Fix: The following patch applies to usr.sbin/moused/moused.c. The man page
	reads the correct value (200 milliseconds) already.
How-To-Repeat: 
	Run moused -3
Comment 1 Ollivier Robert freebsd_committer freebsd_triage 2000-04-11 12:11:35 UTC
State Changed
From-To: open->closed

Patch applied in revisions 1.44 and 1.37.2.4 (5.0-CURRENT and RELENG_4). 
Thanks.