Show More
@@ -1616,7 +1616,9 are you sure you want to review/edit and | |||
|
1616 | 1616 | |
|
1617 | 1617 | origsigwinchhandler = signal.signal(signal.SIGWINCH, |
|
1618 | 1618 | self.sigwinchhandler) |
|
1619 | try: | |
|
1619 | 1620 | return self._main(stdscr) |
|
1621 | finally: | |
|
1620 | 1622 | signal.signal(signal.SIGWINCH, origsigwinchhandler) |
|
1621 | 1623 | |
|
1622 | 1624 | def _main(self, stdscr): |
General Comments 0
You need to be logged in to leave comments.
Login now