Add console subsystem dummy
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 19 Nov 2011 23:41:15 +0000 (00:41 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 19 Nov 2011 23:41:15 +0000 (00:41 +0100)
commitf85eb100f99919a67f0e1927d480934f0b02c01d
tree8f72428be4375eb64f18b3f30a2201aa091f7e73
parent259fcfa12d7df63607a91f4014695d08ff0afcf4
Add console subsystem dummy

Add dummy files for the console subsystem. This subsystem will be used to draw a
console to a framebuffer. It uses pango and cairo for text-rendering and will
provide all required modification functions that the terminal emulation will
require.

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