Skip to content

Commit b7fd433

Browse files
committed
Make Andreas less confused
1 parent ed4b73c commit b7fd433

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,6 @@ def main_curses(scr, args, config, interactive=True, locals_=None,
16221622
global repl
16231623
DO_RESIZE = False
16241624

1625-
# FIXME: Handle window resize without signals
16261625
old_sigwinch_handler = signal.signal(signal.SIGWINCH,
16271626
lambda *_: sigwinch(scr))
16281627
# redraw window after being suspended
@@ -1680,7 +1679,6 @@ def main_curses(scr, args, config, interactive=True, locals_=None,
16801679
curses.raw(False)
16811680

16821681
# Restore signal handlers
1683-
# FIXME: handle window resizes without signals
16841682
signal.signal(signal.SIGWINCH, old_sigwinch_handler)
16851683
signal.signal(signal.SIGCONT, old_sigcont_handler)
16861684

0 commit comments

Comments
 (0)