mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Bug Fix - Layout on color report
- Fixed layout to include a \n between basic colors and effects.
This commit is contained in:
parent
9f9c19d4ae
commit
d321ee242d
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue