spinner icon indicating copy to clipboard operation
spinner copied to clipboard

Weird cursor movements at any speed in fast terminals

Open gleich opened this issue 4 years ago • 4 comments

As you can see from the gif below I am getting this weird cursor movement in fast terminals like alacritty. This happens at any speed but the example below is 100 * time.Milliseconds with char set 14.

Screen Recording 2020-11-30 at 12 34 29 AM

gleich avatar Nov 30 '20 05:11 gleich

What OS?

Is the behavior the same with a shorter suffix?

Does this happen with other char sets?

briandowns avatar Dec 01 '20 02:12 briandowns

Thank you for the quick response!

I am on macOS, it does happen with a shorter suffix (as seen below), it also happens with all char sets.

Screen Recording 2020-11-30 at 9 35 20 PM

gleich avatar Dec 01 '20 02:12 gleich

Not to shill my own project, but I've been going over some of the open issues here to see if the spinner I've implemented has any of the same limitations.

I wasn't able to reproduce this on my macOS system with alacritty, but wondered if you could give mine a try and raise an issue if it does it as well: https://pkg.go.dev/github.com/theckman/yacspin

theckman avatar Dec 11 '21 07:12 theckman

I've noticed this too btw and I'm also using Alacritty 😞 .

Integralist avatar Feb 13 '23 16:02 Integralist