We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa03db + 560fc3e commit dad41aeCopy full SHA for dad41ae
Output/AnsiColorMode.php
@@ -26,7 +26,7 @@ enum AnsiColorMode
26
case Ansi4;
27
28
/*
29
- * 8-bit Ansi colors (240 differents colors + 16 duplicate color codes, ensuring backward compatibility).
+ * 8-bit Ansi colors (240 different colors + 16 duplicate color codes, ensuring backward compatibility).
30
* Output syntax is: "ESC[38;5;${foreGroundColorcode};48;5;${backGroundColorcode}m"
31
* Should be compatible with most terminals.
32
*/
0 commit comments