genode/gems
Josef Söntgen 838d867680 Terminal: add explicit handling of sgr0 + sgr seq
sgr0 is currently implemented as a wrapper of sgr(0) which
seems to work fine.

For now we accept but ignore certain sgr sequences like for
example [0;10;1m which is generated by lynx even when using
TERM=linux (I am not sure yet if that's actually valid at all).
2012-07-23 14:05:54 +02:00
..
include/terminal Terminal: add explicit handling of sgr0 + sgr seq 2012-07-23 14:05:54 +02:00
run Implement LOG to Terminal adapter (issue #169) 2012-05-23 20:05:05 +02:00
src Terminal: add explicit handling of sgr0 + sgr seq 2012-07-23 14:05:54 +02: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.