Issue 665572: missing important curses calls (original) (raw)
Issue665572
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/37753
classification
| Title: | missing important curses calls | |
|---|---|---|
| Type: | enhancement | Stage: |
| Components: | Library (Lib) | Versions: |
process
| Status: | closed | Resolution: | later |
|---|---|---|---|
| Dependencies: | Superseder: | ||
| Assigned To: | akuchling | Nosy List: | akuchling, doko |
| Priority: | normal | Keywords: |
Created on 2003-01-10 09:36 by doko, last changed 2022-04-10 16:06 by admin. This issue is now closed.
| Messages (3) | ||
|---|---|---|
| msg13972 - (view) | Author: Matthias Klose (doko) * ![]() |
Date: 2003-01-10 09:36 |
| [ 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) | ||
| msg13973 - (view) | Author: A.M. Kuchling (akuchling) * ![]() |
Date: 2003-08-13 23:30 |
| Logged In: YES user_id=11375 Would anyone care to submit a patch to add the missing calls? | ||
| msg13974 - (view) | Author: A.M. Kuchling (akuchling) * ![]() |
Date: 2003-10-23 17:56 |
| Logged In: YES user_id=11375 Adding to the feature request list and closing the bug. |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-10 16:06:07 | admin | set | github: 37753 |
| 2003-01-10 09:36:38 | doko | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜