summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsmoused.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop supporting wsmoused and X in parallel. This code is racy andmpi2014-10-271-3/+1
* wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only,shadchin2014-05-141-2/+2
* The wsmouse support code has been written for pcvt long ago, then liftedmiod2009-05-311-72/+52
* Use a better strategy to make the mouse pointer visible in inverse_char();miod2006-12-021-7/+1
* Change the getchar wsdisplay_accessops function to not return amiod2006-11-291-18/+17
* Remove dead sysbeep driver and unused sysbeep() routine. No functional change.miod2006-02-121-3/+1
* Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm2002-03-271-1/+4
* initialized data cannot be common, dunno how it compiled beforemickey2002-03-141-4/+5
* First round of __P removal in sysmillert2002-03-141-30/+30
* Kernel support for console mouse functionality which will be controlled byaaron2001-04-141-0/+127