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 akuchling
Recipients
Date 2001-08-10.20:09:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

I believe this is a curses/ncurses limitation and not a 
bug, though  admittedly the limitation doesn't make much 
sense for windows that don't touch the lower-right corner 
of the terminal.  You could try writing the analogous C 
program and see if that also fails to work.

Making the window scrollable with w.scrollok(1) allows 
this to work, at the cost of making the window scroll up 
a line.

History
Date User Action Args
2007-08-23 13:55:14adminlinkissue441429 messages
2007-08-23 13:55:14admincreate