aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_buf.c
Commit message (Expand)AuthorAgeFilesLines
* vt(4): Change vb_history_size from "int" to "unsigned int"Jean-Sébastien Pédron2014-08-291-1/+1
* vt(4): When creating a window buffer, fill it entirelyJean-Sébastien Pédron2014-08-261-3/+3
* vt(4): Use the actual size of the mouse when marking its position as dirtyJean-Sébastien Pédron2014-08-221-13/+1
* vt(4): Constify vt_buf argument of vtbuf_iscursor()Jean-Sébastien Pédron2014-08-211-2/+2
* vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twiceJean-Sébastien Pédron2014-08-101-13/+21
* In order to get vt(4) a bit closer to the feature set provided by sc(4),Marius Strobl2014-06-271-4/+16
* Update size in vt_grow if we don't have to reallocateEd Maste2014-05-291-0/+3
* Correct KASSERT stringsEd Maste2014-05-291-4/+4
* Fix scrollback.Aleksandr Rybalko2014-05-081-2/+3
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportAleksandr Rybalko2013-12-091-0/+4
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+730