Skip to content

Commit b8dbcad

Browse files
committed
try to show something in the popup window if it errors, even if it's incomplete
1 parent d4fc2cd commit b8dbcad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bpython/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,8 @@ def _complete(self, tab=False):
745745
except curses.error:
746746
# XXX: This is a massive hack, it will go away when I get
747747
# cusswords into a good enough state that we can start using it.
748+
self.list_win.border()
749+
self.list_win.refresh()
748750
return False
749751
return True
750752

0 commit comments

Comments
 (0)