You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
A white cursor block briefly flashed at the end of each effect, just before
the screensaver transitioned to the next one. tte re-shows the terminal
cursor when an effect finishes, undoing our tput civis, and it lingered
until the next loop iteration re-hid it. The driver now passes --no-restore-cursor to tte (when supported and CURSOR_HIDE is on) so the
cursor stays hidden across the whole run.