Made comment about weird CLion on Windows quirk.
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -141,6 +141,8 @@ void printRGBScale(std::vector<rgbColor> cs)
|
|||||||
* the terminal is capable of outputting 16 million colors.
|
* the terminal is capable of outputting 16 million colors.
|
||||||
* If the change is not visible IE most of it looks to be the
|
* If the change is not visible IE most of it looks to be the
|
||||||
* same shade then it is not capable.
|
* same shade then it is not capable.
|
||||||
|
*
|
||||||
|
* QUIRK: The console test fails on Clion's CMD Prompt (Windows). Windows CMD Prompt is fine
|
||||||
*/
|
*/
|
||||||
void printRGBConsoleTest()
|
void printRGBConsoleTest()
|
||||||
{
|
{
|
||||||
@@ -177,5 +179,7 @@ int main()
|
|||||||
|
|
||||||
printRGBConsoleTest();
|
printRGBConsoleTest();
|
||||||
|
|
||||||
|
std::cout << mcolor::toEscapeCode(rgbColor(10,0,0)) << "ASS" << std::endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user