Skip to content

Commit 4e86b2f

Browse files
committed
Issue #124 fixed.
1 parent d647914 commit 4e86b2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,7 @@ def bs(s):
14281428
break
14291429
# ESC
14301430
elif c == 27:
1431+
curses.flushinp()
14311432
raise ValueError
14321433
# literal
14331434
elif 0 <= c < 127:

0 commit comments

Comments
 (0)