AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
321 stars 23 forks source link

Fix searching issues after line number wrapping changes #72

Closed itsjunetime closed 2 years ago

itsjunetime commented 2 years ago

On 5.0.2, search doesn't work correctly when the match is in something other than the first displayed line of a matched line due to an off-by-one error. This fixes that.