Add kmscon_char type
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 20 Nov 2011 13:44:39 +0000 (14:44 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 20 Nov 2011 13:44:39 +0000 (14:44 +0100)
commit731091a70a4d57ab8a18ee79f19ba3222748a1f3
treecbb912ecee22b385208a1051bc6996fdb2fa3cd9
parentf85eb100f99919a67f0e1927d480934f0b02c01d
Add kmscon_char type

Every cell of the console contains one single printable character. We want to be
Unicode compatible so we must support combined characters. Hence, each cell
consists of a UTF-8 string that can be drawn by pango as a single glyph.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.h
src/console_char.c [new file with mode: 0644]