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 akira
Recipients ajaksu2, akira, akuchling, doko
Date 2011-04-17.19:58:34
SpamBayes Score 1.9179154e-06
Marked as misclassified No
Message-id <1303070315.27.0.954914947287.issue984870@psf.upfronthosting.co.za>
In-reply-to
Content
The test produces a traceback while shrinking a window (increasing the window size works ok):

Traceback (most recent call last):
  File "screen-resize-bug-curses.py", line 22, in <module>
    curses.wrapper(main)
  File "/.../python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "screen-resize-bug-curses.py", line 17, in main
    init_display(stdscr)
  File "screen-resize-bug-curses.py", line 9, in init_display
    rootwin = stdscr.derwin(20, 50, 0, 0)
_curses.error: curses function returned NULL

Version info:

$ python2.7 -c'import curses; print curses.version'
2.2
History
Date User Action Args
2011-04-17 19:58:35akirasetrecipients: + akira, akuchling, doko, ajaksu2
2011-04-17 19:58:35akirasetmessageid: <1303070315.27.0.954914947287.issue984870@psf.upfronthosting.co.za>
2011-04-17 19:58:34akiralinkissue984870 messages
2011-04-17 19:58:34akiracreate