Skip to content

Commit e84b077

Browse files
author
ingrid
committed
Bug fix for bpython#74 'Completion is broken when auto_display_list is disabled'.
1 parent 9c6a895 commit e84b077

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
@@ -435,6 +435,7 @@ def complete(self, tab=False):
435435
if self.list_win_visible and not self.config.auto_display_list:
436436
self.scr.touchwin()
437437
self.list_win_visible = False
438+
self.matches_iter.update()
438439
return
439440

440441
if self.config.auto_display_list or tab:

0 commit comments

Comments
 (0)