| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 760d3c7 commit f23502d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,6 +55,7 @@ def paginate(rows, matches, current, words_wide): | |||
| 55 | 55 | current_page = matches.index(current) // per_page | |
| 56 | 56 | return matches[per_page * current_page:per_page * (current_page + 1)] | |
| 57 | 57 | ||
| 58 | + | ||
| 58 | 59 | def matches_lines(rows, columns, matches, current, config, format): | |
| 59 | 60 | highlight_color = func_for_letter(config.color_scheme['operator'].lower()) | |
| 60 | 61 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments