freebsd-skq/sys/dev/syscons/teken
ed 534dcc985d Add Unicode rendering to the teken demo application.
Some time ago I tried adding Unicode rendering to the teken demo
application, but I didn't get it working. It seems I forgot to call
setlocale(). Polish this code and make sure it doesn't get lost.

Also a small fix for my previous commit: all Unicode characters in
teken_boxdrawing are below 0x10000, so store them as 16-bit values.
2009-01-21 19:43:10 +00:00
..
gensequences
Makefile
sequences Properly implement the VT100 SCS sequences in xterm-mode. 2009-01-20 11:34:28 +00:00
teken_demo.c Add Unicode rendering to the teken demo application. 2009-01-21 19:43:10 +00:00
teken_scs.h Add Unicode rendering to the teken demo application. 2009-01-21 19:43:10 +00:00
teken_stress.c
teken_subr_compat.h Don't forget to mark the color translation array as const. 2009-01-18 09:44:33 +00:00
teken_subr.h Properly implement the VT100 SCS sequences in xterm-mode. 2009-01-20 11:34:28 +00:00
teken_wcwidth.h
teken.c Properly implement the VT100 SCS sequences in xterm-mode. 2009-01-20 11:34:28 +00:00
teken.h Properly implement the VT100 SCS sequences in xterm-mode. 2009-01-20 11:34:28 +00:00