We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf6043df commit7fc33a9Copy full SHA for 7fc33a9
bpython/curtsiesfrontend/repl.py
@@ -950,7 +950,14 @@ def paint(self, about_to_exit=False, user_quit=False):
950
visible_space_below=min_height-current_line_end_row-1
951
952
info_max_rows=max(visible_space_above,visible_space_below)
953
-infobox=paint.paint_infobox(info_max_rows,int(width*self.config.cli_suggestion_width),self.matches_iter.matches,self.argspec,self.current_match,self.docstring,self.config,self.matches_iter.completer.format)
+infobox=paint.paint_infobox(info_max_rows,
954
+int(width*self.config.cli_suggestion_width),
955
+self.matches_iter.matches,
956
+self.argspec,
957
+self.current_match,
958
+self.docstring,
959
+self.config,
960
+self.matches_iter.completer.formatifself.matches_iter.completerelseNone)
961
962
ifvisible_space_above>=infobox.heightandself.config.curtsies_list_above:
963
arr[current_line_start_row-infobox.height:current_line_start_row,0:infobox.width]=infobox