From: Thomas Dickey Newsgroups: comp.os.msdos.djgpp Subject: Re: Color functions missing from PDcurses Date: 9 Feb 2003 16:29:16 GMT Organization: RadixNet Internet Services Lines: 23 Message-ID: References: NNTP-Posting-Host: saltmine.radix.net User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (SunOS/5.8 (sun4u)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jason Kircher wrote: > 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? PDcurses doesn't implement X/Open curses - it implements SVr3 rather than SVr4. > Which leaves the question, without wcolor_set() (and it's macro > color_set() ), how do you do color? probably by reading PDCurses' header file and seeing what it supports. > The project in question is at sourceforge.net called abcp. Compiles and > runs fine under Linux. lots of linux code is written without consideration for portability (the same can be said for most software). -- Thomas E. Dickey http://dickey.his.com ftp://dickey.his.com