opnsense-src/sys/teken
Ed Schouten 67f2a03a7c Fix linewrapping behaviour for CJK fullwidth characters.
Instead of only wrapping when in the 'wrapped state', also force
wrapping when the character to be rendered does not fit on the line
anymore.

Tested by:	lwhsu
2013-12-23 05:47:27 +00:00
..
demo Extend libteken to support CJK fullwidth characters. 2013-12-20 21:31:50 +00:00
libteken Fix whitespace inconsistencies found in homegrown Symbol.maps. 2011-10-07 15:05:24 +00:00
stress Simply let teken_stress use arc4random. 2011-10-07 12:42:03 +00:00
gensequences Fix various whitespace inconsistencies in sys/teken. 2011-06-26 18:25:10 +00:00
sequences Partially implement the mysterious cons25 \e[x escape sequence. 2010-11-05 00:56:21 +00:00
teken.c Merge VT(9) project (a.k.a. newcons). 2013-12-05 22:38:53 +00:00
teken.h Extend libteken to support CJK fullwidth characters. 2013-12-20 21:31:50 +00:00
teken_scs.h Fall back to ASCII codepoints for box drawing. 2010-02-08 09:16:59 +00:00
teken_subr.h Fix linewrapping behaviour for CJK fullwidth characters. 2013-12-23 05:47:27 +00:00
teken_subr_compat.h Partially implement the mysterious cons25 \e[x escape sequence. 2010-11-05 00:56:21 +00:00
teken_wcwidth.h