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 kanru
Recipients kanru
Date 2009-12-30.10:12:20
SpamBayes Score 0.00010444503
Marked as misclassified No
Message-id <1262167943.14.0.464762801223.issue7597@psf.upfronthosting.co.za>
In-reply-to
Content
According to doc: 
http://docs.python.org/library/curses.html#curses.use_env

curses.use_env() must be called before initscr(), curses man page also 
says so.

But python gives error: _curses.error: must call initscr() first

test.py is the test program, the output should change if your term 
size changed

test_ctypes.py shows the desired behavior.

ps. curses.COLS and curses.LINES doesn't change, but that's another 
story.
History
Date User Action Args
2009-12-30 10:12:23kanrusetrecipients: + kanru
2009-12-30 10:12:23kanrusetmessageid: <1262167943.14.0.464762801223.issue7597@psf.upfronthosting.co.za>
2009-12-30 10:12:21kanrulinkissue7597 messages
2009-12-30 10:12:21kanrucreate