This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.yoo@akunacapital.com
Recipients michael.yoo@akunacapital.com
Date 2020-01-09.06:59:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578553141.45.0.141104357774.issue39273@roundup.psfhosted.org>
In-reply-to
Content
Hi,

Recently I was working with ncurses, and when handling the mouse scroll events, I noticed that the curses library does not include the BUTTON5_* macros provided by ncurses. On my system, BUTTON5 corresponds to the mouse down event.

Is there a reason for this, or has it just not been updated? If so, the expectation is that it exists.

Relevant source location: https://github.com/python/cpython/blob/2bc3434/Modules/_cursesmodule.c#L4668
History
Date User Action Args
2020-01-09 06:59:01michael.yoo@akunacapital.comsetrecipients: + michael.yoo@akunacapital.com
2020-01-09 06:59:01michael.yoo@akunacapital.comsetmessageid: <1578553141.45.0.141104357774.issue39273@roundup.psfhosted.org>
2020-01-09 06:59:01michael.yoo@akunacapital.comlinkissue39273 messages
2020-01-09 06:59:00michael.yoo@akunacapital.comcreate