https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199109
--- Comment #2 from John Marino <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
