Cretezy / lazyjj

TUI for Jujutsu/jj
Apache License 2.0
34 stars 2 forks source link

Problems on Windows #39

Closed fleimgruber closed 1 week ago

fleimgruber commented 1 week ago

lazyjj 0.2.0 via cargo +nightly install --git https://github.com/Cretezy/lazyjj.git --locked.

I tested with Windows Terminal and Contour, same behaviour so I suspect some Windows specific issue.

Happy to help debugging.

Cretezy commented 1 week ago

I think this is due to the removal of the check if a key is being pressed down (as opposed to being raised).

I will release a v0.2.1 with a fix for this today.

Cretezy commented 1 week ago

v0.2.1 is out with a bug fix for this issue. Please let me know if this is happening in any other places.

Thanks for the report!