Skip to content

Fix "red" color in example simple.rs

Peter Roehlen requested to merge proehlen/termion:master into master

The simple example has a typo. When the user presses r the color is supposed to change to red however the RGB value being set in the code is almost black and the output is not visible on dark terminal backgrounds.

Merge request reports