Date: Fri, 8 Aug 1997 08:00:06 -0400 (EDT) Message-Id: <199708081200.IAA07344@delorie.com> From: DJ Delorie To: tudor AT cam DOT org CC: djgpp AT delorie DOT com In-reply-to: <33EA937E.7391@cam.org> (message from Vic on Thu, 07 Aug 1997 23:33:18 -0400) Subject: Re: mistake in COLOR enum in conio.h Precedence: bulk > LIGHTGRAY is in the DARK colors and DARKGRAY is in the LIGHT ones! > > enum COLORS { > /* dark colors */ > > LIGHTGRAY, > /* light colors */ > DARKGRAY, > > }; That's because LIGHTGRAY is really dark white, and DARKGREY is really light black, as far as the hardware is concerned.