xev@leah.UUCP (04/02/87)
Just apply this one tinsy patch to color.c
__ __ __ __ __ __ __ __
---- |_< --|_< --|_< --|_< -- Eat This Line! -- >_|-- >_|-- >_|-- >_| ----
41c41
< static char rcsid[] = "$Header: color.c,v 1.4 87/03/30 15:47:45 xev Exp $";
---
> static char rcsid[] = "$Header: color.c,v 1.5 87/04/02 13:45:49 xev Rel $";
46c46
< * $Date: 87/03/30 15:47:45 $
---
> * $Date: 87/04/02 13:45:49 $
48a49,53
> * Revision 1.5 87/04/02 13:45:49 xev
> * There was a slight bug, in that the colors listed:
> * aquamarine, and md-aquamarine, but the program accepted
> * aqua and md-aqua. Fixed now.
> *
61,64c66,69
<
< #define DEFB "h120l50s100"
< #define DEFC "h0l99s0"
< #define DEFT "h0l0s0"
---
>
> #define DEFB "h280l35s60" /* Sea-Green */
> #define DEFC "h120l50s100" /* Red */
> #define DEFT "h180l65s60" /* Goldenrod */
147c152
< if ((strcmp (arg, "aqua")) == SAME) {
---
> if ((strcmp (arg, "aquamarine")) == SAME) {
151c156
< if ((strcmp (arg, "md-aqua")) == SAME) {
---
> if ((strcmp (arg, "md-aquamarine")) == SAME) {