altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.74k stars 89 forks source link

gitu --help results in stair-stepping #34

Closed daveman1010221 closed 6 months ago

daveman1010221 commented 6 months ago

Screenshot from 2024-03-05 13-22-09

daveman1010221 commented 6 months ago

Installed using 'cargo install gitu --locked'.

daveman1010221 commented 6 months ago

Once the stair-stepping starts, the shell has to be killed to get rid of it.

altsem commented 6 months ago

Hi! I tried reproducing this with the latest 0.2.0 gitu in Alacritty / Gnome terminals on Fedora 39, but to no avail. Curious as to what is causing it. This info is printed pretty early.

daveman1010221 commented 6 months ago

This is indeed gone in the version I just pulled from github and built locally. Seems the crate needs to be updated.

altsem commented 6 months ago

I think a lot of the issues are related to the 'raw mode' of the terminal not de-activating properly when the program panics. I've got some better error handling in place soon, which should help :)

altsem commented 6 months ago

I made another release now!