Date: Sun, 29 Jul 2001 20:47:44 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Gwen" Message-Id: <9003-Sun29Jul2001204744+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <01c11845$04249180$108784d5@feta> (mb11363@chello.be) Subject: Re: using colors with PDcurses References: <01c11845$04249180$108784d5 AT feta> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Gwen" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 29 Jul 2001 15:34:23 GMT > > I read curses.h, it seems we have only 8 differents colors, right ? > Is there a possibility to reach others colors with some > attributes/functions/?? Try turning on highlight or bold attribute, that should give you 8 more colors. (I don't know enough about PDcurses, so perhaps this isn't possible.)