Make searching work much better and actually make the 'n' input skip to the next page with available results

This commit is contained in:
itsjunetime
2024-05-26 01:42:49 -06:00
parent 097c2918e5
commit 698cdf924a
7 changed files with 202 additions and 139 deletions
-2
View File
@@ -1,3 +1 @@
- Look into a way to tell ratatui to skip diffing and just overwrite the whole thing 'cause we know it won't save time
- Look into more efficient 'skip'ing in ratatui so that you don't have to unicode_width::width a bunch of escape codes
- Render to Box<dyn Protocol> aot but only in the vicinity of the current view to save space