aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken.c
Commit message (Expand)AuthorAgeFilesLines
* 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