◐ Shell
clean mode source ↗

bpo-25720: Fix the method for checking pad state of curses WINDOW by ma8ma · Pull Request #4164 · python/cpython

added 3 commits

October 29, 2017 17:50
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().

@ma8ma ma8ma mentioned this pull request

Oct 29, 2017

@serhiy-storchaka

serhiy-storchaka

@ma8ma

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 1, 2017
…thonGH-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().
(cherry picked from commit 8bc7d63)

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 1, 2017
…thonGH-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().
(cherry picked from commit 8bc7d63)

serhiy-storchaka pushed a commit that referenced this pull request

Nov 1, 2017
…-4164) (#4212)

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().
(cherry picked from commit 8bc7d63)

serhiy-storchaka pushed a commit that referenced this pull request

Nov 1, 2017
…-4164) (#4213)

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().
(cherry picked from commit 8bc7d63)

@ma8ma ma8ma deleted the bpo-25720-patch-2 branch

November 1, 2017 18:00

embray pushed a commit to embray/cpython that referenced this pull request

Nov 9, 2017
…thon#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().

@ma8ma ma8ma mentioned this pull request

Feb 13, 2024