aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_buf.c
Commit message (Expand)AuthorAgeFilesLines
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-161-39/+35
* Implement "vidcontrol -h <history_size>" for vt(4)Ed Maste2017-12-051-45/+39
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Un-break vt(4) for {powerpc,powerpc64,sparc64} LINT kernel buildsRavi Pokala2017-02-151-16/+16
* o Reset mouse selection when new lines reach selection lines.Aleksandr Rybalko2017-02-101-14/+66
* vt(4): Adjust the cursor position after changing the window sizeJean-Sébastien Pédron2014-11-011-0/+12
* Make gcc happy by initialising the variable only set in a couple ofBjoern A. Zeeb2014-09-201-0/+1
* vt(4): Rewrite history scrollingJean-Sébastien Pédron2014-09-191-76/+164
* vt(4): Remove vt_buf->vb_dirtymaskJean-Sébastien Pédron2014-09-191-40/+1
* Fix stray char on paste.Aleksandr Rybalko2014-09-121-1/+1
* spelling fixesAleksandr Rybalko2014-09-101-1/+1
* 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