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 9c6a895 commit e84b077Copy full SHA for e84b077
1 file changed
bpython/cli.py
@@ -435,6 +435,7 @@ def complete(self, tab=False):
435
if self.list_win_visible and not self.config.auto_display_list:
436
self.scr.touchwin()
437
self.list_win_visible = False
438
+ self.matches_iter.update()
439
return
440
441
if self.config.auto_display_list or tab:
0 commit comments