aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/teken
Commit message (Expand)AuthorAgeFilesLines
* Move libteken out of the syscons directory.Ed Schouten2009-09-0311-2897/+0
* Small fixes to Unicode handling:Ed Schouten2009-06-161-1/+1
* Make the demo/stress tools build again, after my changes to param().Ed Schouten2009-06-102-2/+2
* Restore support for bell pitch/duration.Ed Schouten2009-05-314-2/+15
* Small cleanup to previous commit.Ed Schouten2009-03-201-1/+1
* Just use default behaviour on tabstops when using too many columns.Ed Schouten2009-03-202-5/+6
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-102-0/+8
* Properly implement GIO_ATTR and CONS_GETINFO.Ed Schouten2009-02-092-1/+17
* Add Unicode rendering to the teken demo application.Ed Schouten2009-01-212-11/+32
* Properly implement the VT100 SCS sequences in xterm-mode.Ed Schouten2009-01-206-31/+201
* Don't forget to mark the color translation array as const.Ed Schouten2009-01-181-2/+2
* Fix for my previous commit: color mapping is not 1:1.Ed Schouten2009-01-171-4/+7
* Make vidcontrol's color setting work again.Ed Schouten2009-01-172-0/+25
* Allow experimental libteken features to be tested without changing code.Ed Schouten2009-01-174-57/+55
* Import yet some more small fixes to libteken sources:Ed Schouten2009-01-053-0/+25
* Fix rendering glitch in cons25 emulation.Ed Schouten2009-01-041-0/+12
* Print control characters, even though they are normally not visible.Ed Schouten2009-01-042-1/+7
* Resolve some regressions related to tabs and linewrap handling.Ed Schouten2009-01-034-2/+34
* Remove an unneeded assertion in libteken.Ed Schouten2009-01-011-1/+0
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-0110-0/+2568