Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
c2ebe8edd6a02759bed4f8f82deb89cc515cd14c...49bae37e92108c043d51e2c346743493c7059644
Commits (1)
Fix the graphic(BIN)->ANSI->HTML translation issue reported by Keyop
· 49bae37e
Rob Swindell
authored
Apr 09, 2022
Broken in commit
ce01d8a7
. F*ck the English language.
49bae37e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
exec/load/ansiterm_lib.js
exec/load/ansiterm_lib.js
+2
-2
No files found.
exec/load/ansiterm_lib.js
View file @
49bae37e
...
...
@@ -75,7 +75,7 @@ const defs = {
BLUE
:
34
,
MAGENTA
:
35
,
CYAN
:
36
,
LIGHTGR
E
Y
:
37
,
LIGHTGR
A
Y
:
37
,
},
bg
:
{
// aligned with cga_defs.colors[]
BLACK
:
40
,
...
...
@@ -85,7 +85,7 @@ const defs = {
BLUE
:
44
,
MAGENTA
:
45
,
CYAN
:
46
,
LIGHTGR
E
Y
:
47
,
LIGHTGR
A
Y
:
47
,
},
},
};
...
...