8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d925552 commit d573579Copy full SHA for d573579
Include/py_curses.h
@@ -41,6 +41,8 @@
41
use <ncurses.h>, which has some or all these features. */
42
#if !defined(WINDOW_HAS_FLAGS) && \
43
(NCURSES_VERSION_PATCH+0 < 20070303 || !(NCURSES_OPAQUE+0))
44
+/* the WINDOW flags field was always accessible in ncurses prior to 20070303;
45
+ after that, it depends on the value of NCURSES_OPAQUE. */
46
#define WINDOW_HAS_FLAGS 1
47
#endif
48
#if !defined(HAVE_CURSES_IS_PAD) && NCURSES_VERSION_PATCH+0 >= 20090906
0 commit comments