aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scmouse.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Kazutaka YOKOTA2001-07-281-2/+0
* MFC:Kazutaka YOKOTA2001-07-161-1/+1
* MFC:Kazutaka YOKOTA2000-04-031-17/+13
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA2000-01-241-2/+5
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-201/+15
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-0/+18
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* Correctly record the mouse position in the current VTY.Kazutaka YOKOTA1999-11-091-23/+22
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.Kazutaka YOKOTA1999-11-081-2/+10
* Change isspace() macro name to avoid conflict.Archie Cobbs1999-11-021-10/+10
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-34/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-0/+1083