mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)
This commit is contained in:
parent
ccdef5a675
commit
8487806ec0
4 changed files with 48 additions and 22 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
static const unsigned xterm_colors[256] = {
|
||||
static constexpr unsigned xterm_colors[256] = {
|
||||
0x000000,
|
||||
0xcc0000,
|
||||
0x3e9a06,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue