console: merge console_cell.c into console.c
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 23 Mar 2012 13:34:55 +0000 (14:34 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 23 Mar 2012 13:34:55 +0000 (14:34 +0100)
commitaf31f251f3fea301d72d5fefc6c89ed21084fdc8
treec16d4ada54d10c28bcfdcbb0dc8cf25a8a202d89
parent650c7077f15fa7654d7cf0dca5e03ee05c6c0535
console: merge console_cell.c into console.c

We currently have too much layers in the console subsystem. This reduces
performance and produces ugly hacks like our "*_clear_region" function. We
now merge both files so we can directly access the buffer-structure.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/console.c
src/console_cell.c [deleted file]