◐ Shell
clean mode source ↗

Message 284771 - Python tracker

checking whether WINDOW has _flags... no

The ncurses library can be built with an opaque window structure.
As such, it's not always possible to query it's flags.
Luckily there is the is_keypad function which works regardless of how ncurses was built.

If this test is changed, then it will help support NetBSD curses as well.