Message13972
[ 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)
|
|
Date |
User |
Action |
Args |
2007-08-23 14:09:55 | admin | link | issue665572 messages |
2007-08-23 14:09:55 | admin | create | |
|