genode/gems
Josef Söntgen b7d1c40460 Terminal: add bg color handling + PDBG
Set the right bg color instead of using a dimmed version of the fg
color. The colors are stored in the first 6 bits of the color index.
Thereby the first 3 bits contain the fg and the second 3 bits the
bg color.

The debug message in _handle_esc_seq5() now shows the sequence in
question.

Fixes #495.
2012-11-14 16:57:43 +01:00
..
include/terminal Terminal: add bg color handling + PDBG 2012-11-14 16:57:43 +01:00
run Add testnit to 'terminal_log.run' 2012-11-01 16:01:51 +01:00
src Terminal: add bg color handling + PDBG 2012-11-14 16:57:43 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as
'libports', and 'qt4'. To use the 'gems' repository, make sure to
also add those repositories to your build configuraion.