aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust teken to allow build as part of loaderToomas Soome2019-09-051-2/+7
* My recent fix for programmable function keys in syscons only workedBruce Evans2019-02-051-1/+8
* Fix function keys for syscons in cons25 mode (vidcontrol -T cons25).Bruce Evans2019-02-011-1/+5
* teken: Unbreak syscons' use of tekenConrad Meyer2018-05-161-4/+4
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-161-0/+18
* Pedantic polishing of code to please FlexeLint.Poul-Henning Kamp2018-04-081-12/+19
* sys: general 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-8/+8
* Add teken_256to16() to convert xterm-256 256-color codes to xterm 16-colorBruce Evans2017-03-161-45/+193
* Pick UINT_MAX / 100 as an upperbound.Ed Schouten2015-08-161-6/+9
* Stop parsing digits if the value already exceeds USHRT_MAX.Ed Schouten2015-08-151-9/+14
* Fix typo.Aleksandr Rybalko2014-02-061-3/+3
* Fix crash on load of bigger font. It reduce width and height of terminal, butAleksandr Rybalko2014-02-061-0/+17
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+8
* Fix various whitespace inconsistencies in sys/teken.Ed Schouten2011-06-261-1/+1
* Add proper build infrastructure for teken.Ed Schouten2011-05-091-13/+3
* Just use <stdint.h> instead of <inttypes.h>. We don't need it here.Ed Schouten2010-04-031-1/+1
* Place home and end before insert and delete.Ed Schouten2009-11-111-2/+2
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-8/+69
* Discard Device Control Strings and Operating System Commands.Ed Schouten2009-10-081-0/+19
* Add 256 color support.Ed Schouten2009-09-261-0/+51
* Get rid of now deprecated SCS wrappers.Ed Schouten2009-09-261-2/+2
* Make SCS work in 8-bit mode.Ed Schouten2009-09-241-4/+4
* Commit all local modifications I have to libteken:Ed Schouten2009-09-121-24/+35
* Small style(9) bug introduced in the previous commit.Ed Schouten2009-09-121-2/+2
* Make 8-bit support run-time configurable.Ed Schouten2009-09-121-21/+16
* Make resizing of teken terminals a bit more safe.Ed Schouten2009-09-121-4/+1
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-031-21/+0
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-0/+430