A command line finder that isn't yet fuzzy
Go to file
Érico Rolim 3edddbfc79 Fix display/navigation of results when tokens change.
- always use listsize to calculate listy
  - in init code: for semantic meaning
  - in the code for scroll: to fix an overflow bug
  (listy+nrows >>> entries.ms)

- change WRITELIST macro to support two indexes

- make index_in_matched be set by the search part, so the scroll part
can rely on it; also reset it when entries.ms=0

- leave ifdef'd out a partial implementation for a version that when
updating search results tries to stick to the value instead of on-screen
position
2021-01-08 01:45:07 -03:00
.gitignore Split implementation into multiple files. 2021-01-07 16:07:16 -03:00
LICENSE Initial commit. 2021-01-07 16:07:12 -03:00
Makefile Implement token search. 2021-01-07 18:17:20 -03:00
browser.c Fix display/navigation of results when tokens change. 2021-01-08 01:45:07 -03:00
string-array.c Add sort_entries, make filter_entries(a, 0) set a.m[i]=true. 2021-01-07 20:59:33 -03:00
string-array.h Add sort_entries, make filter_entries(a, 0) set a.m[i]=true. 2021-01-07 20:59:33 -03:00
util.c Add xmalloc and xrealloc wrappers. 2021-01-07 18:23:36 -03:00
util.h Add xmalloc and xrealloc wrappers. 2021-01-07 18:23:36 -03:00