summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scterm-teken.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-2/+1
* My recent fix for programmable function keys in syscons only workedBruce Evans2019-02-051-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix setting of defaults for the text cursor.Bruce Evans2017-08-191-1/+7
* Rename curr_curs_attr to base_curr_attr. The actual current cursorBruce Evans2017-08-191-2/+2
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-181-1/+47
* Fix vt100 escape sequence for showing and hiding the cursor in syscons.Bruce Evans2017-08-181-7/+6
* Fix missing syscons escape sequence for setting the border color.Bruce Evans2017-08-181-0/+5
* Fix clobbering of the default attribute and the screen position inBruce Evans2017-04-121-8/+14
* The switch to kernel terminal context needs to update more than the cursorBruce Evans2017-03-291-6/+9
* Restore switching to a separate kernel terminal "input" state and extendBruce Evans2017-03-261-13/+2
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-60/+29
* Fix the attribute for scteken_clear() (change it back from the userBruce Evans2017-03-111-1/+4
* Add a scteken_set_cursor() (sc to teken) method and use it to fixBruce Evans2017-03-111-7/+14
* Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr()Bruce Evans2017-03-101-13/+13
* Colorize syscons kernel console output according to a table indexedBruce Evans2017-03-041-1/+1
* Extend libteken to support CJK fullwidth characters.Ed Schouten2013-12-201-0/+7
* Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko2012-08-251-1/+2
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-251-1/+1
* Add a few improvements to utf-8 -> cp436 console mapRobert Millan2011-10-281-5/+15
* 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