CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2022/10/10 03:03:08
Modified files: lib/libcurses : curses.h Log message: ncurses wide character functions should be available with _XOPEN_SOURCE of 500 or greater and not require _XOPEN_SOURCE_EXTENDED. Bring in changes from upstream ncurses patches 20100403 and 20111030 to take this into account. Reported by Grigory Kirillov via jmc@. ok millert jmc