aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken.h
Commit message (Expand)AuthorAgeFilesLines
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-121-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-021-0/+1
* My recent fix for programmable function keys in syscons only workedBruce Evans2019-02-051-0/+1
* Implement ECMA-48 "REP", some Linuxen have started emitting them recently.Poul-Henning Kamp2018-10-211-0/+1
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-161-0/+4
* Pedantic polishing of code to please FlexeLint.Poul-Henning Kamp2018-04-081-7/+7
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-181-0/+2
* Fix missing syscons escape sequence for setting the border color.Bruce Evans2017-08-181-0/+1
* Add teken_256to16() to convert xterm-256 256-color codes to xterm 16-colorBruce Evans2017-03-161-0/+2
* Extend libteken to support CJK fullwidth characters.Ed Schouten2013-12-201-4/+5
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+1
* Add proper build infrastructure for teken.Ed Schouten2011-05-091-0/+2
* Place home and end before insert and delete.Ed Schouten2009-11-111-4/+4
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-7/+33
* Add support for VT200-style mouse input.Ed Schouten2009-09-271-0/+1
* Add 256 color support.Ed Schouten2009-09-261-0/+3
* Make SCS work in 8-bit mode.Ed Schouten2009-09-241-1/+1
* Commit all local modifications I have to libteken:Ed Schouten2009-09-121-12/+5
* Make 8-bit support run-time configurable.Ed Schouten2009-09-121-12/+8
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-031-0/+1
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-0/+184