mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature - 256-color support
- Added the colorN variants to the rgbRGB and grayN labels.
This commit is contained in:
parent
b2b4fc6b54
commit
675df6487a
1 changed files with 2 additions and 2 deletions
|
@ -1275,7 +1275,7 @@ int handleColor (std::string &outs)
|
||||||
out << std::endl;
|
out << std::endl;
|
||||||
|
|
||||||
// Color cube.
|
// Color cube.
|
||||||
out << "Color cube rgb000 - rgb555:" << std::endl;
|
out << "Color cube rgb000 - rgb555 (also color16 - color231):" << std::endl;
|
||||||
for (int g = 0; g < 6; ++g)
|
for (int g = 0; g < 6; ++g)
|
||||||
{
|
{
|
||||||
out << " ";
|
out << " ";
|
||||||
|
@ -1298,7 +1298,7 @@ int handleColor (std::string &outs)
|
||||||
out << std::endl;
|
out << std::endl;
|
||||||
|
|
||||||
// Grey ramp.
|
// Grey ramp.
|
||||||
out << "Gray ramp gray0 - gray23:" << std::endl << " ";
|
out << "Gray ramp gray0 - gray23 (also color232 - color255):" << std::endl << " ";
|
||||||
for (int g = 0; g < 24; ++g)
|
for (int g = 0; g < 24; ++g)
|
||||||
{
|
{
|
||||||
std::stringstream s;
|
std::stringstream s;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue