summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scterm-teken.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049,Aleksandr Rybalko2014-03-271-0/+7
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-261-2/+2
* Convert syscons on i386 to TERM=xterm.Ed Schouten2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.Ed Schouten2009-11-131-2/+11
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-8/+61
* Add support for VT200-style mouse input.Ed Schouten2009-09-271-1/+4
* Add 256 color support.Ed Schouten2009-09-261-4/+4
* Make sure we never place the cursor outside the screen.Ed Schouten2009-09-131-3/+6
* Commit a change that I missed in the previous commit.Ed Schouten2009-09-121-0/+4
* Make 8-bit support run-time configurable.Ed Schouten2009-09-121-0/+3
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-031-3/+11
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-1/+1
* Small fixes to Unicode handling:Ed Schouten2009-06-161-37/+42
* Add more entries to the Unicode-to-CP437 table.Ed Schouten2009-06-141-9/+15
* Make the proof-of-concept UTF-8 support in Syscons less useless.Ed Schouten2009-06-131-18/+121
* Restore support for bell pitch/duration.Ed Schouten2009-05-311-1/+5
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-101-2/+13
* Remove unneeded variable assignment.Ed Schouten2009-02-261-1/+1
* Properly implement GIO_ATTR and CONS_GETINFO.Ed Schouten2009-02-091-10/+15
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-011-0/+504