terminal/vte/console: support inverse-screen-mode
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 30 May 2012 16:19:49 +0000 (18:19 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 30 May 2012 16:19:49 +0000 (18:19 +0200)
commit7129a9038ca1dc9f6176918a7746b7899beea276
treeef19b00bfb8edad81d5348e0dfb8b255121cb95c
parent2630ee585b38b8370bac03ab9bd63428e9153b5c
terminal/vte/console: support inverse-screen-mode

In inverse screen mode we switch background and foreground colors. As our
console layer supports transparent backgrounds, we have to do this in the
terminal layer.

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