From: David Griffith Date: Wed, 4 Jan 2023 05:18:07 +0000 (-0800) Subject: Fixed misspelling of "magenta". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=a9d10485b2f860dfef00e4d0883019b69fb646ad;p=liskon_frotz.git Fixed misspelling of "magenta". --- 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" };