summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scterm-teken.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-01syscons: whack __mips__ leftoversMateusz Guzik
2022-03-12teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-02-05My recent fix for programmable function keys in syscons only workedBruce Evans
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-19Fix setting of defaults for the text cursor.Bruce Evans
2017-08-19Rename curr_curs_attr to base_curr_attr. The actual current cursorBruce Evans
2017-08-18Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans
2017-08-18Fix vt100 escape sequence for showing and hiding the cursor in syscons.Bruce Evans
2017-08-18Fix missing syscons escape sequence for setting the border color.Bruce Evans
2017-04-12Fix clobbering of the default attribute and the screen position inBruce Evans
2017-03-29The switch to kernel terminal context needs to update more than the cursorBruce Evans
2017-03-26Restore switching to a separate kernel terminal "input" state and extendBruce Evans
2017-03-18Fix bright colors for syscons, and make them work for the first timeBruce Evans
2017-03-11Fix the attribute for scteken_clear() (change it back from the userBruce Evans
2017-03-11Add a scteken_set_cursor() (sc to teken) method and use it to fixBruce Evans
2017-03-10Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr()Bruce Evans
2017-03-04Colorize syscons kernel console output according to a table indexedBruce Evans
2013-12-20Extend libteken to support CJK fullwidth characters.Ed Schouten
2012-08-25Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko
2012-08-25Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson
2011-10-28Add a few improvements to utf-8 -> cp436 console mapRobert Millan
2011-06-26Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten
2009-11-13Convert syscons on i386 to TERM=xterm.Ed Schouten
2009-11-13Switch the default terminal emulation style to xterm for most platforms.Ed Schouten
2009-11-11Allow Syscons terminal emulators to provide function key strings.Ed Schouten
2009-09-27Add support for VT200-style mouse input.Ed Schouten
2009-09-26Add 256 color support.Ed Schouten
2009-09-13Make sure we never place the cursor outside the screen.Ed Schouten
2009-09-12Commit a change that I missed in the previous commit.Ed Schouten
2009-09-12Make 8-bit support run-time configurable.Ed Schouten
2009-09-03Expose the TF_REVERSE flag to the console driver.Ed Schouten
2009-09-03Move libteken out of the syscons directory.Ed Schouten
2009-06-16Small fixes to Unicode handling:Ed Schouten
2009-06-14Add more entries to the Unicode-to-CP437 table.Ed Schouten
2009-06-13Make the proof-of-concept UTF-8 support in Syscons less useless.Ed Schouten
2009-05-31Restore support for bell pitch/duration.Ed Schouten
2009-03-10Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten
2009-02-26Remove unneeded variable assignment.Ed Schouten
2009-02-09Properly implement GIO_ATTR and CONS_GETINFO.Ed Schouten
2009-01-01Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten