Mail Archives: djgpp/1997/08/06/03:34:54
From: | "Richard Birch" <richardbirch AT dial DOT pipex DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | mistake in COLOR enum in conio.h
|
Date: | 1 Aug 1997 23:37:37 GMT
|
Organization: | UUNET
|
Lines: | 22
|
Message-ID: | <01bc9ed3$92e069c0$LocalHost@damien>
|
NNTP-Posting-Host: | an199.du.pipex.com
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
I was looking through conio.h as you do, and noticed the enum COLORS;
/* dark colors */
BLACK,
BLUE,
GREEN,
CYAN,
MAGENTA
LIGHTGRAY
/* LIGHT COLORS */
DARKGRAY,
LIGHTBLUE,
LIGHTGREEN,
LIGHTCYAN,
LIGHTRED,
LIGHTMAGENTA,
YELLOW,
WHITE
Can anyone spot the odd one out I wonder??? It's obviously not serious, but
I thought it may be worth mentioning.
- Raw text -