Files
Simon Hauser 8ec164b541 refactor: fzf_position pointer needs to be passed in the base alg now (#62)
replacing with_pos

Leads to:
- more readable code
- less allocations

Breaks:
- fzf_get_positions can now return NULL if there isnt a match and
  pattern is longer > 0 none whitespace bytes
2022-02-19 21:18:11 +01:00
..