New submission from Michael Yoo <michael....@akunacapital.com>:

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

----------
components: Library (Lib)
messages: 359657
nosy: michael....@akunacapital.com
priority: normal
severity: normal
status: open
title: ncurses does not include BUTTON5_* constants
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to