[Bug 199109] Regression seen with ncurses on 11-current

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 2 11:48:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199109

--- Comment #2 from John Marino <marino at FreeBSD.org> ---
It turns out that I did have FreeBSD 11 (from October 2014), and the problem
was there then.

on FreeBSD 9:
> # grep is_keypad /usr/lib/libncurses.so
> binary file /usr/lib/libncurses.so matches

on FreeBSD 11:
nothing returns

on FreeBSD 9:
> # man curses | grep is_keypad
>                      is_keypad               curs_opaque(3X)*

on FreeBSD 11:
> # man curses | grep is_keypad
>                      is_keypad               curs_opaque(3X)*
(the same)

So it's in the man page, but not in the library
Chances are all 13 "curs_opaque(3X)" functions are missing.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list