Files
cpython/Include
Masayuki Yamamoto 8bc7d63560 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Modify the code to use ncurses is_pad() instead of checking WINDOW
_flags field.  If your platform does not provide the is_pad(), the
existing way that checks the field will be enabled.

Note: This change does not drop support for platforms where do not
have both WINDOW _flags field and is_pad().
2017-11-01 14:05:26 +02:00
..
2017-08-03 09:00:59 +03:00
2016-01-26 00:40:57 +01:00
2013-10-05 16:28:04 -04:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2015-03-21 09:25:53 +02:00
2014-10-10 11:55:41 +02:00
2017-10-17 02:10:44 -04:00
2017-09-29 15:53:19 -07:00
2017-09-29 15:53:19 -07:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00