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 doko
Recipients
Date 2003-01-10.09:36:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
[ submitted to http://bugs.debian.org/175590 ]

The curses library is missing two important calls:

newterm() -- required to work with multiple terminals,
or to find out if it is possible to work with this terminal

delscreen() -- required to free up the memory after
endwin() -- current implementations have memory leaks
for programs that need to start and stop (those that
handle terminal resizes, for instance)
History
Date User Action Args
2007-08-23 14:09:55adminlinkissue665572 messages
2007-08-23 14:09:55admincreate