kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.43k stars 151 forks source link

fix: update all lists viewports on sort method change #492

Closed Akmadan23 closed 7 months ago

Akmadan23 commented 7 months ago

I noticed that changing sort method in directories with many entries might not keep focus on the focused file (and the same goes for parent and child dirs). This patch fixes the issue.

kamiyaa commented 7 months ago

Thanks!