[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NCurses 5.3 Bug Reports
From: |
Warren W. Gay VE3WWG |
Subject: |
NCurses 5.3 Bug Reports |
Date: |
Sat, 25 Jan 2003 09:53:20 -0500 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 |
Hi Bug Maintainers:
I'd like to report that the following functions are occaisionally/always
returning faulty return values:
attrset/wattrset
I suspect the following may have the same problem:
attron/wattron
attroff/wattroff
For these particular functions, I have been forced to include the
preprocessor test:
#if defined(NCURSES_VERSION)
return OK;
#endif
since they return errors (well, at least != OK values), when in fact
they were successful.
Thanks, Warren.
--
Warren W. Gay VE3WWG
http://home.cogeco.ca/~ve3wwg
- NCurses 5.3 Bug Reports,
Warren W. Gay VE3WWG <=