kmscon/external
David Herrmann bc40e1ae53 tsm: unicode: add wcwidth() implementation
wcwidth() is a POSIX function that returns the number of cells that a
wide-character occupies. The glibc function cannot be used as it depends
on the locale and we need _always_ UTF8 no matter what the locale is.

This implementation is provided by Markus Kuhn and is equivalent to
xterm's behavior.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-12-10 15:36:04 +01:00
..
2012-07-14 14:00:23 +02:00
2012-09-08 16:18:19 +02:00
2012-07-14 14:00:23 +02:00
2012-07-01 19:13:16 +02:00