From: Jason Kircher User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030112 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Color functions missing from PDcurses Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 11 Message-ID: Date: Sat, 08 Feb 2003 14:45:02 GMT NNTP-Posting-Host: 68.9.50.32 X-Complaints-To: abuse AT cox DOT net X-Trace: news1.east.cox.net 1044715502 68.9.50.32 (Sat, 08 Feb 2003 09:45:02 EST) NNTP-Posting-Date: Sat, 08 Feb 2003 09:45:02 EST Organization: Cox Communications To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I tried to port a curses app from Linux, it complained about not seeing _wcolor_set. Based on the curs_attr man page, it's a standard function across XSI Curses Standard v4. Am I missing something, or is PDcurses broke in this regard? Which leaves the question, without wcolor_set() (and it's macro color_set() ), how do you do color? The project in question is at sourceforge.net called abcp. Compiles and runs fine under Linux.