summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/vt.h
Commit message (Expand)AuthorAgeFilesLines
* vt(4): Add cngrab() and cnungrab() callbacksdumbbell2014-08-271-0/+2
* vt(4): Implement basic support for KDSETMODE ioctldumbbell2014-08-271-0/+1
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerdumbbell2014-08-251-1/+1
* vt(4): Remove vd_bitbltchr_tdumbbell2014-08-241-13/+0
* vt(4): Add vd_bitblt_bmp_t callbackdumbbell2014-08-231-0/+5
* vt(4): Fix cursor handling in vt_flush()dumbbell2014-08-231-4/+7
* vt(4): Use the actual size of the mouse when marking its position as dirtydumbbell2014-08-221-1/+1
* vt(4): The offset to center the text area is per-window nowdumbbell2014-08-221-1/+1
* vt(4): Give the window to vd_bitblt_text_t callbackdumbbell2014-08-221-2/+2
* vt(4): Store cursor bitmap & colors in struct vt_devicedumbbell2014-08-221-15/+19
* vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgadumbbell2014-08-221-6/+18
* vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor"dumbbell2014-08-211-9/+9
* vt(4): Constify vt_buf argument of vtbuf_iscursor()dumbbell2014-08-211-1/+1
* vt(4): Pause the flush timer while swithing windowdumbbell2014-08-211-0/+1
* vt(4): If the cursor didn't move, don't mark its position as dirtydumbbell2014-08-211-4/+4
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-071-4/+0
* Allow to disable some special key combinations handled by vt(4), like debugray2014-08-031-0/+6
* Remove unused macro VT_CONSDEV_DECLARE. Join console device now declared in oneray2014-07-281-48/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-3/+2
* Revert r267961, r267973:gjb2014-06-271-2/+3
* In order to get vt(4) a bit closer to the feature set provided by sc(4),marius2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-3/+2
* syscons(4) and vt(4) can be built together now.ray2014-06-181-5/+0
* Fix case when vt(4) started w/o driver assigned.ray2014-06-031-0/+1
* Hide debug messages under VT_DEBUG.ray2014-05-081-0/+6
* Create dataset for vt(4) drivers.ray2014-05-051-0/+3
* Define a new method for probing vt(4) driver before attach it at early stage.ray2014-05-051-0/+3
* Increase the maximum framebuffer size to more reasonable values reflectingnwhitehorn2014-04-271-2/+2
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.ray2014-03-281-0/+4
* Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.ray2014-02-061-0/+5
* Use statndard (syscons) way to disable bell.ray2013-12-251-0/+1
* o Add virtual terminal mmap request handler.ray2013-12-231-0/+10
* Support double-width characters in vt(9)emaste2013-12-211-4/+3
* Set mouse level per window, instead of global.ray2013-12-201-0/+1
* Enable mouse support for terminal clients (like dialog(1)).ray2013-12-191-1/+1
* Break build with error in case when both syscons and newcons are enabled.ray2013-12-101-0/+5
* o Compat options have to be defined before sys/ioccom.h included, so moveray2013-12-091-1/+0
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportray2013-12-091-3/+9
* o Build syscons(9)'s splash support if both sc and splash are enabled.ray2013-12-081-0/+2
* Notify terminal about process on current terminal start to use mouse on aray2013-11-181-0/+5
* Add VT_ALT_TO_ESC_HACK enabled by default. This will prepend ESC sequence beforeray2013-11-151-0/+6
* Save last mouse event and check if the button1-up event happen w/o movement,ray2013-11-141-0/+2
* o Simplify POS_INDEX macro calculation.ray2013-11-131-3/+9
* Update vd_bitbltchr_t type to handle operation mask (to not touch pixels whichray2013-11-111-2/+2
* Define vt_mouse_event method.ray2013-11-111-0/+1
* Use vtbuf_iscursor method instead of macro to get chars to display inverted.ray2013-11-111-2/+1
* Add mouse related bits.ray2013-11-111-0/+8
* Define marker support functions and type of markers.ray2013-11-111-0/+9
* Add cut/paste region markers.ray2013-11-111-0/+10
* Add mouse cursor format structure.ray2013-11-111-0/+7
OpenPOWER on IntegriCloud