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

[Suggestion] Make cursor blink toggleable #7

Closed
zovt opened this issue Mar 8, 2017 · 8 comments
Closed

[Suggestion] Make cursor blink toggleable #7

zovt opened this issue Mar 8, 2017 · 8 comments

Comments

@zovt
Copy link

zovt commented Mar 8, 2017

Currently, I have a fork that disables cursor blink. It would be preferable if the blink was a feature that could be toggled in a configuration option.

I can implement this, but I won't get around to it until the weekend.

@arcticicestudio
Copy link
Contributor

👍 Yes, I totally agree. This should be toggeable to not override user preferences or force users to use this feature.
I'll go for it tomorrow evening.

@zovt
Copy link
Author

zovt commented Mar 8, 2017

👍 excellent! Thanks 😄

@arcticicestudio
Copy link
Contributor

I've implemented a configuration attribute to set the cursor blinking feature.
It can be tested by checking out 🌱 feature/ghi-#7-make-cursor-blink-toggleable.

Information on how to configure Nord Hyper can be found in the configuration section in the README.

@zovt
Copy link
Author

zovt commented Mar 9, 2017

Excellent! When will this be released?

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Mar 9, 2017

I'll merge it into develop, wait for the CI builds and prepare the next release version to push it to NPM.

@arcticicestudio
Copy link
Contributor

🚢 Shipped in release version 🏷 0.3.0 and pushed as NPM 📦 package update.

@zovt
Copy link
Author

zovt commented Mar 9, 2017

I think hyper just released a new version that includes some built in option for cursor blinking. Maybe it would make sense to check that option instead?

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Mar 11, 2017

Yeah, I've saw a proposal issue in the Hyper repository for it, but I did not expect it to be implemented that quickly.

I tested the new Hyper cursorBlink option, but I don't really like it. In my opinion the blink time is too long which makes the cursor look unresponsive and the animation/transition is more a kind of "hard cut" instead of fading out.
Anyway, it seems like both options can be enabled at the same time without problems.
The Nord cursorBlink option seem to be loaded after the built-in cursorBlink option which overrides it so users can choose which cursor blink style they want to use.

As long as there are no problems it should be fine to keep this config, but if problems occur I'll remove it again 😄

@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
@arcticicestudio arcticicestudio added this to the 0.3.0 milestone Oct 3, 2017
arcticicestudio added a commit that referenced this issue Oct 3, 2017
The "cursorBlink" configuration, implemented in #7, caused the display
to break when Hyper gets fully reloaded.

Users can now use the cursor blinking feature which is provided by
Hyper out-of-the-box.

GH-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants