aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_buf.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* vt(4): When cutting a line, append a newline character.Ivan Quitschal2022-10-051-3/+3
* vt: Improve multi lingual word separation.Hans Petter Selasky2022-06-271-3/+26
* vt: Fix contents of paste buffer for newcons.Hans Petter Selasky2022-06-271-7/+20
* vt: fix double-click word selection for last word on lineEd Maste2022-02-231-0/+4
* vt: whitespace and style(9) updatesEd Maste2022-02-221-6/+6
* vt: fix double-click word selection for first word on lineEd Maste2022-02-221-0/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* vt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vt(4): reset scrollback and cursor position after clearing history bufferJason A. Harmening2020-06-021-3/+10
* vt(4): Add support for `vidcontrol -C'Jason A. Harmening2020-05-281-11/+25
* vt: use colors from terminal emulatorToomas Soome2019-09-251-4/+15
* 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-74/+162
* 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