summaryrefslogtreecommitdiff
path: root/usr.sbin/moused
AgeCommit message (Collapse)Author
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2000-11-12Fix XFree86/console mouse transparency for serial mice. Tested with both aAaron Campbell
serial and PS/2 mouse, seems to do the trick; Jean-Baptiste.Marchand@epita.fr
2000-10-30Fix up this man page considerably.Aaron Campbell
2000-10-16use sigjmp_buf's, and use poll instead of select. various other smallTheo de Raadt
tweaks. tested by aaron.
2000-10-07- Add console/X mouse transparency, so you don't have to kill moused to run X.Aaron Campbell
- Introduce `select units' (by char/word/line). Behaves more like an xterm now. - Serial mice should now work after this commit. - Many bug fixes. Work by Jean-Baptiste.Marchand@epita.fr, except for the X cohabitation code which was written by Julien.Montagne@epita.fr.
2000-09-09i386 onlyTheo de Raadt
2000-09-04Set reasonable default rate/resolution values for PS/2 mice.Aaron Campbell
TODO: Still need to reset these values if we detect the mouse going away and coming back (i.e., through the use of a KVM switch). From Jean-Baptiste.Marchand@epita.fr.
2000-09-01A start at fixing this man page up, but I must go out now, so I'll finish itAaron Campbell
a bit later.
2000-09-01Userland mouse daemon for new PCVT mouse features. The daemon must be startedAaron Campbell
for the mouse to work. A common usage for a PS/2 mouse might be: /usr/sbin/moused -p /dev/psm0 -M2=3 -m IntelliMouse This sets the mouse port to /dev/psm0, maps the right mouse button to paste (by default, the right mouse button is for "extending" selections and the middle button pastes), and the -m flag sets the specific model, in this example for a Microsoft IntelliMouse, which enables the wheel scrollback functionality. Note that for wheel mice you also need "option INTELLIMOUSE" compiled into the kernel. This daemon comes from FreeBSD and was ported to OpenBSD by Jean-Baptiste Marchand.