summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/teken
Commit message (Expand)AuthorAgeFilesLines
* Properly implement GIO_ATTR and CONS_GETINFO.ed2009-02-092-1/+17
* Add Unicode rendering to the teken demo application.ed2009-01-212-11/+32
* Properly implement the VT100 SCS sequences in xterm-mode.ed2009-01-206-31/+201
* Don't forget to mark the color translation array as const.ed2009-01-181-2/+2
* Fix for my previous commit: color mapping is not 1:1.ed2009-01-171-4/+7
* Make vidcontrol's color setting work again.ed2009-01-172-0/+25
* Allow experimental libteken features to be tested without changing code.ed2009-01-174-57/+55
* Import yet some more small fixes to libteken sources:ed2009-01-053-0/+25
* Fix rendering glitch in cons25 emulation.ed2009-01-041-0/+12
* Print control characters, even though they are normally not visible.ed2009-01-042-1/+7
* Resolve some regressions related to tabs and linewrap handling.ed2009-01-034-2/+34
* Remove an unneeded assertion in libteken.ed2009-01-011-1/+0
* Replace syscons terminal renderer by a new renderer that uses libteken.ed2009-01-0110-0/+2568
OpenPOWER on IntegriCloud