Public bug reported:
Binary package hint: python2.6
When trying to open and close multiple curses sessions within python,
the terminal is not restored to a clean state after the second and
successive sessions.
A simple example:
import curses
def main():
w = curses.initscr()
curses.endw
I can also reliably reproduce this crash following the steps Nicholas
posted, as long as the resulting terminal is over 255 columns. Seems to
be related to the fix already posted.
This may be a root cause of:
https://bugs.launchpad.net/byobu/+bug/644825
I do not have the issue described in bug #7
I've been having this same issue intermittently, usually appearing when
exiting a full terminal editor like emacs after re-attaching an old
byobu session. I do not have the issue listed in #727741.
A related issue (possibly the root cause) is given in:
https://bugs.launchpad.net/ubuntu/+source/sc