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 mark.dickinson
Recipients akuchling, barry, flox, mark.dickinson, skrah, vstinner
Date 2010-08-07.11:42:23
SpamBayes Score 1.1700469e-06
Marked as misclassified No
Message-id <1281181345.34.0.714215439767.issue8433@psf.upfronthosting.co.za>
In-reply-to
Content
[Barry]
> So clearly something about the curses module is not compatible with the newer versions of ncurses.

Yep. Here's a NEWS entry from the Ubuntu ncurses source:

20100102
        + minor improvement to tic's checking of similar SGR's to allow for the
          most common case of SGR 0.
        + modify getmouse() to act as its documentation implied, returning on
          each call the preceding event until none are left.  When no more
          events remain, it will return ERR.
History
Date User Action Args
2010-08-07 11:42:25mark.dickinsonsetrecipients: + mark.dickinson, barry, akuchling, vstinner, skrah, flox
2010-08-07 11:42:25mark.dickinsonsetmessageid: <1281181345.34.0.714215439767.issue8433@psf.upfronthosting.co.za>
2010-08-07 11:42:23mark.dickinsonlinkissue8433 messages
2010-08-07 11:42:23mark.dickinsoncreate