kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
729 stars 26 forks source link

Felix doesn't restore the cursor to the previous state after closing #30

Closed auronandace closed 2 years ago

auronandace commented 2 years ago

Here is an image of the cursor before launching felix: before

Here is an image of the cursor after closing felix: after

kyoheiu commented 2 years ago

Thank you for your report. The problem was caused by the lines that change the cursor state, so I decided to remove that part. Now, v0.3.2 has been released and you can install it with cargo install felix. If you are using the AUR, please wait a few days. AUR repository has also been updated.

auronandace commented 2 years ago

Updated to the latest release. Thanks for the fix.