summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/vt_sysmouse.c
Commit message (Expand)AuthorAgeFilesLines
* vt(4): Handle global and per-window mouse cursor toggle in one placedumbbell2014-08-211-7/+0
* Use a common tunable to choose between vt(4)/sc(4)emaste2014-06-271-1/+1
* Suspend vt(4) initialization if "kern.vt.disable" kenv is set.ray2014-06-181-0/+2
* Hide debug messages under VT_DEBUG.ray2014-05-081-0/+2
* o Add virtual terminal mmap request handler.ray2013-12-231-1/+0
* Enable mouse support for terminal clients (like dialog(1)).ray2013-12-191-1/+2
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportray2013-12-091-0/+6
* Notify terminal about process on current terminal start to use mouse on aray2013-11-181-0/+4
* Move vt_mouse_event out of sysmouse lock.ray2013-11-131-5/+9
* o Remove include of sys/mouse.h, it is included from vt.h now.ray2013-11-111-2/+5
* MFC @r256953ray2013-10-231-1/+1
* Readd the vt(4) driver and corresponding tools.ed2011-03-221-0/+395
OpenPOWER on IntegriCloud