1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)

This commit is contained in:
AnotherTest 2020-05-10 12:11:03 +04:30 committed by Andreas Kling
parent ccdef5a675
commit 8487806ec0
4 changed files with 48 additions and 22 deletions

View file

@ -26,7 +26,7 @@
#pragma once
static const unsigned xterm_colors[256] = {
static constexpr unsigned xterm_colors[256] = {
0x000000,
0xcc0000,
0x3e9a06,