console: reset font color to white by default
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 30 May 2012 16:52:20 +0000 (18:52 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 30 May 2012 16:52:20 +0000 (18:52 +0200)
commitf311a506ddf51770d9a4831275e8ba43d0db8db8
treed21e5879a8edc7616efd7aedd01a6bb42ecbe4f8
parentd17342982bfa2c31d371cc9590d0ff8a55bbfaa2
console: reset font color to white by default

Reset font color to white for new cells. This allows us to draw reversed
cells that are not occupied by any value. Otherwise, these cells would be
still black if reversed.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.c