mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
20213e2c76
This patch changes decouples the conversion of the terminal state to pixels from the write RPC function. Intermediate terminal states produced by sub sequential write operations do not end up on screen one by one but only the final state becomes visible. This drastically improves the speed of scrolling through large text output. |
||
---|---|---|
.. | ||
include/terminal | ||
run | ||
src | ||
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.