Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7406a
)
Fixed misspelling of "magenta".
author
David Griffith
<dave@661.org>
Wed, 4 Jan 2023 05:18:07 +0000
(21:18 -0800)
committer
David Griffith
<dave@661.org>
Wed, 4 Jan 2023 05:18:07 +0000
(21:18 -0800)
src/dumb/doutput.c
patch
|
blob
|
history
diff --git
a/src/dumb/doutput.c
b/src/dumb/doutput.c
index 28f5b3aeab162334dda1357737bfdc2bc5ba6528..7a25b0bb229d91e699e19e1c378e2a36de58c922 100644
(file)
--- a/
src/dumb/doutput.c
+++ b/
src/dumb/doutput.c
@@
-43,7
+43,7
@@
static char latin1_to_ascii[] =
static char frotz_to_dumb [256];
static char* bbcode_colour[] = {
- "black", "red", "green", "yellow", "blue", "magen
d
a",
+ "black", "red", "green", "yellow", "blue", "magen
t
a",
"cyan", "white", "lightgrey", "grey", "dimgrey"
};