Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[corlib] Support terminals without color support
Some terminals like vt220 don't have a format string for setting foreground or background colors. In that case, the set*color members of the TermInfoDriver are set to null and trying to set the background color throws. Signed-off-by: Kai Ruhnau <[email protected]>