summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scterm-teken.c
Commit message (Expand)AuthorAgeFilesLines
* Extend libteken to support CJK fullwidth characters.ed2013-12-201-0/+7
* Piggyback MIPS changes and add ARM syscons support for devices withgonzo2012-08-251-1/+2
* Provide basic glue to allow syscons to be used on MIPS, modelledrwatson2012-08-251-1/+1
* Add a few improvements to utf-8 -> cp436 console maprmh2011-10-281-5/+15
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-261-2/+2
* Convert syscons on i386 to TERM=xterm.ed2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-2/+11
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-111-8/+61
* Add support for VT200-style mouse input.ed2009-09-271-1/+4
* Add 256 color support.ed2009-09-261-4/+4
* Make sure we never place the cursor outside the screen.ed2009-09-131-3/+6
* Commit a change that I missed in the previous commit.ed2009-09-121-0/+4
* Make 8-bit support run-time configurable.ed2009-09-121-0/+3
* Expose the TF_REVERSE flag to the console driver.ed2009-09-031-3/+11
* Move libteken out of the syscons directory.ed2009-09-031-1/+1
* Small fixes to Unicode handling:ed2009-06-161-37/+42
* Add more entries to the Unicode-to-CP437 table.ed2009-06-141-9/+15
* Make the proof-of-concept UTF-8 support in Syscons less useless.ed2009-06-131-18/+121
* Restore support for bell pitch/duration.ed2009-05-311-1/+5
* Make a 1:1 mapping between syscons stats and terminal emulators.ed2009-03-101-2/+13
* Remove unneeded variable assignment.ed2009-02-261-1/+1
* Properly implement GIO_ATTR and CONS_GETINFO.ed2009-02-091-10/+15
* Replace syscons terminal renderer by a new renderer that uses libteken.ed2009-01-011-0/+504
OpenPOWER on IntegriCloud