freebsd-dev/sys/teken/demo
Ed Schouten a6c26592f1 Extend libteken to support CJK fullwidth characters.
Introduce a new formatting bit (TF_CJK_RIGHT) that is set when putting a
cell that is the right part of a CJK fullwidth character. This will
allow drivers like vt(9) to support fullwidth characters properly.

emaste@ has a patch to extend vt(9)'s font handling to increase the
number of Unicode -> glyph maps from 2 ({normal,bold)} to 4
({normal,bold} x {left,right}). This will need to use this formatting
bit to determine whether to draw the left or right glyph.

Reviewed by:	emaste
2013-12-20 21:31:50 +00:00
..
Makefile Link the demo application against ncursesw to make Unicode work. 2011-10-13 14:20:27 +00:00
teken_demo.c Extend libteken to support CJK fullwidth characters. 2013-12-20 21:31:50 +00:00