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 760d3c7 commit f23502dCopy full SHA for f23502d
bpython/curtsiesfrontend/replpainter.py
@@ -55,6 +55,7 @@ def paginate(rows, matches, current, words_wide):
55
current_page = matches.index(current) // per_page
56
return matches[per_page * current_page:per_page * (current_page + 1)]
57
58
+
59
def matches_lines(rows, columns, matches, current, config, format):
60
highlight_color = func_for_letter(config.color_scheme['operator'].lower())
61
0 commit comments