Bug Fix - Layout on color report
- Fixed layout to include a \n between basic colors and effects.
This commit is contained in:
@@ -1240,6 +1240,7 @@ int handleColor (std::string &outs)
|
|||||||
<< " " << Color::colorize (" cyan ", "black on cyan")
|
<< " " << Color::colorize (" cyan ", "black on cyan")
|
||||||
<< " " << Color::colorize (" yellow ", "black on yellow")
|
<< " " << Color::colorize (" yellow ", "black on yellow")
|
||||||
<< " " << Color::colorize (" white ", "black on white")
|
<< " " << Color::colorize (" white ", "black on white")
|
||||||
|
<< std::endl
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
out << "Effects"
|
out << "Effects"
|
||||||
|
|||||||
Reference in New Issue
Block a user