#1053: Bibsched monitor speed improvements
------------------------+----------------------
Reporter: adeiana | Owner:
Type: enhancement | Status: new
Priority: minor | Component: BibSched
Version: | Keywords:
------------------------+----------------------
I got tired of the delete function being slow so I made this patch which
also changes some other changes.
Bibsched: speed improvements
* Use curse.erase() instead of curse.clear() to avoid repainting the
whole window
* Update rows right after deleting a task so that we do not experience
an annoying delay
* Fixes a bug that would allow your selected row to be past the
current
displayed number of rows
* Limit the display of archived to tasks to 500
* Restore stdout/stderr on exit to see tracebacks of exception
when bibsched fails
--
Ticket URL: <http://invenio-software.org/ticket/1053>
Invenio <http://invenio-software.org>