Fixed background bug

This commit is contained in:
Bob Polis 2021-12-13 15:30:20 +01:00
parent 7176bfc655
commit f002811a60

View File

@ -100,7 +100,7 @@ void show_words() {
std::cout << sc::io::cyanb << " cyan "; std::cout << sc::io::cyanb << " cyan ";
std::cout << sc::io::magentab << " magenta "; std::cout << sc::io::magentab << " magenta ";
std::cout << sc::io::yellowb << " yellow "; std::cout << sc::io::yellowb << " yellow ";
std::cout << sc::io::rgbb(5, 2, 0) << " orange "; std::cout << sc::io::rgbb(5, 2, 0) << " orange " << sc::io::defaultb;
std::cout << sc::io::reset << std::endl; std::cout << sc::io::reset << std::endl;
std::cout << sc::io::bold << "bold " << sc::io::reset; std::cout << sc::io::bold << "bold " << sc::io::reset;
std::cout << sc::io::italic << "italic " << sc::io::reset; std::cout << sc::io::italic << "italic " << sc::io::reset;