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
Commits
49bae37e
Commit
49bae37e
authored
Apr 09, 2022
by
Rob Swindell
💬
Browse files
Fix the graphic(BIN)->ANSI->HTML translation issue reported by Keyop
Broken in commit
ce01d8a7
. F*ck the English language.
parent
c2ebe8ed
Changes
1
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 = {
...
@@ -75,7 +75,7 @@ const defs = {
BLUE
:
34
,
BLUE
:
34
,
MAGENTA
:
35
,
MAGENTA
:
35
,
CYAN
:
36
,
CYAN
:
36
,
LIGHTGR
E
Y
:
37
,
LIGHTGR
A
Y
:
37
,
},
},
bg
:
{
// aligned with cga_defs.colors[]
bg
:
{
// aligned with cga_defs.colors[]
BLACK
:
40
,
BLACK
:
40
,
...
@@ -85,7 +85,7 @@ const defs = {
...
@@ -85,7 +85,7 @@ const defs = {
BLUE
:
44
,
BLUE
:
44
,
MAGENTA
:
45
,
MAGENTA
:
45
,
CYAN
:
46
,
CYAN
:
46
,
LIGHTGR
E
Y
:
47
,
LIGHTGR
A
Y
:
47
,
},
},
},
},
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment