Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only blink cursor when it's not moving #90

Merged
merged 1 commit into from
Dec 29, 2019
Merged

Conversation

jsgf
Copy link
Contributor

@jsgf jsgf commented Dec 28, 2019

The cursor should only start blinking when its been sitting in once place;
a moving cursor should always be visible. Rather than making the cursor blink
relative to the creation time of the window, track its position, and use the
last time it moved as the blinking timebase.

Fixes #83

The cursor should only start blinking when its been sitting in once place;
a moving cursor should always be visible. Rather than making the cursor blink
relative to the creation time of the window, track its position, and use the
last time it moved as the blinking timebase.

Fixes wez#83
@jsgf jsgf mentioned this pull request Dec 29, 2019
@wez
Copy link
Owner

wez commented Dec 29, 2019

Looks good, thanks!

@wez wez merged commit 962b74c into wez:master Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blinking cursor should always reset to visible on movement
2 participants