kamiyaa / joshuto

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

Migrate termion lib from v1 to v2. Mouse feature turn on by default #349

Closed asim215 closed 1 year ago

asim215 commented 1 year ago

Small changes to migrate from termion v1 to v2. Small refactor of backend.rs for simplification and clarity. Mouse feature turn on by default.

kamiyaa commented 1 year ago

Looks good! Thanks!