We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea0857 commit 0f07d6dCopy full SHA for 0f07d6d
pyrepl/unix_console.py
@@ -401,6 +401,7 @@ def restore(self):
401
def __sigwinch(self, signum, frame):
402
self.height, self.width = self.getheightwidth()
403
self.event_queue.insert(Event('resize', None))
404
+ self.old_sigwinch(signum, frame)
405
406
def push_char(self, char):
407
trace('push char {char!r}', char=char)
0 commit comments