summaryrefslogtreecommitdiffstats
path: root/src/display/matched_string.rs
AgeCommit message (Collapse)Author
2021-10-20remove direct import of minimad crateCanop
because there's some bug I don't understand in crate resolution in the last versions of rust
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-08-04improve scrolling behaviorsCanop
Especially move the selection when you're at one end and you try to scroll the blocked way. Fix #419
2021-05-07apply a different style to the subpath before the filenameCanop
This style is visible when searching on subpath
2021-01-04fix handling of rules starting with '/' in the global gitignoreCanop
Fix #321
2020-12-13keep selection visible on unfilteringCanop
The selection was sometimes scrolled away on unfiltering. Also change some formatting.
2020-11-16refactor: crop moved to termimadCanop
2020-10-22center the 'type' column in fs viewCanop
2020-10-21filesystems view now filterableCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop