Bug Fix - Layout on color report

- Fixed layout to include a \n between basic colors and effects.
This commit is contained in:
Paul Beckingham 2009-10-13 11:30:13 -04:00
parent 9f9c19d4ae
commit d321ee242d

View file

@ -1240,6 +1240,7 @@ int handleColor (std::string &outs)
<< " " << Color::colorize (" cyan ", "black on cyan")
<< " " << Color::colorize (" yellow ", "black on yellow")
<< " " << Color::colorize (" white ", "black on white")
<< std::endl
<< std::endl;
out << "Effects"