From a9d10485b2f860dfef00e4d0883019b69fb646ad Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 3 Jan 2023 21:18:07 -0800 Subject: [PATCH] Fixed misspelling of "magenta". --- src/dumb/doutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dumb/doutput.c b/src/dumb/doutput.c index 28f5b3a..7a25b0b 100644 --- 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", "magenda", + "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "lightgrey", "grey", "dimgrey" }; -- 2.34.1