aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt.h
Commit message (Expand)AuthorAgeFilesLines
...
* Hide debug messages under VT_DEBUG.Aleksandr Rybalko2014-05-081-0/+6
* Create dataset for vt(4) drivers.Aleksandr Rybalko2014-05-051-0/+3
* Define a new method for probing vt(4) driver before attach it at early stage.Aleksandr Rybalko2014-05-051-0/+3
* Increase the maximum framebuffer size to more reasonable values reflectingNathan Whitehorn2014-04-271-2/+2
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.Aleksandr Rybalko2014-03-281-0/+4
* Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.Aleksandr Rybalko2014-02-061-0/+5
* Use statndard (syscons) way to disable bell.Aleksandr Rybalko2013-12-251-0/+1
* o Add virtual terminal mmap request handler.Aleksandr Rybalko2013-12-231-0/+10
* Support double-width characters in vt(9)Ed Maste2013-12-211-4/+3
* Set mouse level per window, instead of global.Aleksandr Rybalko2013-12-201-0/+1
* Enable mouse support for terminal clients (like dialog(1)).Aleksandr Rybalko2013-12-191-1/+1
* Break build with error in case when both syscons and newcons are enabled.Aleksandr Rybalko2013-12-101-0/+5
* o Compat options have to be defined before sys/ioccom.h included, so moveAleksandr Rybalko2013-12-091-1/+0
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportAleksandr Rybalko2013-12-091-3/+9
* o Build syscons(9)'s splash support if both sc and splash are enabled.Aleksandr Rybalko2013-12-081-0/+2
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+410