Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2015 11:48:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199109] Regression seen with ncurses on 11-current
Message-ID:  <bug-199109-8-CkCeMLo6P9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199109-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199109-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199109

--- Comment #2 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199109-8-CkCeMLo6P9>