vte/font/console: support basic character attributes
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 28 May 2012 10:37:12 +0000 (12:37 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 28 May 2012 10:37:12 +0000 (12:37 +0200)
commit2396423d03749a7ab4f7ffe35a156494da6edb52
tree6637e4557abfc04dd9e428bf67d944dbb893ce18
parent47d7cf085c45ffac5fe8d07317be46fd47b3ec79
vte/font/console: support basic character attributes

This adds support for colored and bold characters. This also adds the
infrastrucure for background colors and underlined characters, however,
these are not properly implemented, yet.

The color codes are similar to xterm and optimized on black backgrounds.
So they are not too bright or shiny.

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