[Python-bugs-list] [ python-Bugs-665572 ] missing important curses calls

SourceForge.net noreply@sourceforge.net
Fri, 10 Jan 2003 01:36:38 -0800


Bugs item #665572, was opened at 2003-01-10 09:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=665572&group_id=5470

Category: Python Library
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing important curses calls

Initial Comment:
[ 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)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=665572&group_id=5470