cosmetic: consistent comment in color.hpp
This commit is contained in:
parent
20b19d9cfe
commit
2b7d7f9d78
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue