aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_terminal.c
Commit message (Expand)AuthorAgeFilesLines
* vt(4): reset scrollback and cursor position after clearing history bufferJason A. Harmening2020-06-021-0/+10
* kernel terminal should initialize fg and bg variables before calling TUNABLE_...Toomas Soome2019-09-261-0/+1
* kernel: terminal_init() should check for teken colors from kenvToomas Soome2019-09-251-2/+25
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-161-0/+20
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Oops, my fix for bright colors broke bright black some more (in casesBruce Evans2017-03-271-2/+11
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-2/+18
* Fix a panic during boot caused by inadequate locking of some vt(4) driverJonathan T. Looney2017-02-231-3/+5
* vt(4): Adjust the cursor position after changing the window sizeJean-Sébastien Pédron2014-11-011-0/+7
* vt(4): Add cngrab() and cnungrab() callbacksJean-Sébastien Pédron2014-08-271-0/+4
* In order to get vt(4) a bit closer to the feature set provided by sc(4),Marius Strobl2014-06-271-13/+14
* Do not fill screen, while muted.Aleksandr Rybalko2014-04-071-1/+1
* Fix copy-pasting of CJK fullwidth characters.Ed Schouten2013-12-241-1/+7
* o Add virtual terminal mmap request handler.Aleksandr Rybalko2013-12-231-0/+11
* Extend libteken to support CJK fullwidth characters.Ed Schouten2013-12-201-1/+1
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+602