Fixed background bug
This commit is contained in:
parent
7176bfc655
commit
f002811a60
@ -100,7 +100,7 @@ void show_words() {
|
||||
std::cout << sc::io::cyanb << " cyan ";
|
||||
std::cout << sc::io::magentab << " magenta ";
|
||||
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::bold << "bold " << sc::io::reset;
|
||||
std::cout << sc::io::italic << "italic " << sc::io::reset;
|
||||
|
Reference in New Issue
Block a user