whirly icon indicating copy to clipboard operation
whirly copied to clipboard

[Seeking advice] Flickering

Open sixtyfive opened this issue 2 years ago • 0 comments

Hi, thanks for a great gem, which I've begun using for every script that'll run a while. There's one small nitpick that I can't figure out: is there a way to get rid of the flickering seen here in the video? I'm assuming I'm doing something wrong or else someone would have already noticed it before me?

https://i.imgur.com/l2ACqmW.mp4

All I'm doing here is to call Whirly.start once, then entries.each_with_index{|e,i| Whirly.status="... #{i}/#{entries.size}" if i%50==0; ...} and then Whirly.stop.

sixtyfive avatar Aug 30 '21 18:08 sixtyfive