Skip to content
Snippets Groups Projects
Commit 49bae37e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix the graphic(BIN)->ANSI->HTML translation issue reported by Keyop

Broken in commit ce01d8a7.
F*ck the English language.
parent c2ebe8ed
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -75,7 +75,7 @@ const defs = {
BLUE: 34,
MAGENTA: 35,
CYAN: 36,
LIGHTGREY: 37,
LIGHTGRAY: 37,
},
bg: { // aligned with cga_defs.colors[]
BLACK: 40,
......@@ -85,7 +85,7 @@ const defs = {
BLUE: 44,
MAGENTA: 45,
CYAN: 46,
LIGHTGREY: 47,
LIGHTGRAY: 47,
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment