cosmetic: consistent comment in color.hpp

This commit is contained in:
Roland Conybeare 2023-09-22 12:16:06 -04:00
commit 2b7d7f9d78

View file

@ -21,7 +21,7 @@ namespace xo {
*
* | enum | escape | example | description | foreground codes |
* +-------+-----------+---------------------+---------------+------------------+
* | ansi | \033[31 | \033[31;42m | 4-bit colors | 30..37, 90..97 |
* | ansi | \033[31 | \033[31;34m | 4-bit colors | 30..37, 90..97 |
* | xterm | \033[38;5 | \033[38;5;143m | 8-bit colors | 0..255 |
* | rgb | \033[38;2 | \033[38;2;10;20;30m | 24-bit colors | 3x 0..255 |
*