-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Full reloading hyper with cursor blink breaks display #10
Comments
Thanks for your report 👍 Basically the blinking feature is not necessary anymore. Hyper patched the official feature 2 days after I've implemented this theme feature 😆 |
You're welcome :) Something might be wrong with my configuration though. Yeah I highly prefer the blinking animation from your theme than Hyper's. |
@Erazihel Hey, sorry for my late reply, I've been busy with my job. Is this still a problem? I've tried to reproduce this using Hyper 1.3.3 and everything works fine. Maybe this was also related to the fact that you're running zsh and I've tested it using bash ;) If the problem is still present I'll remove the theme feature for now and maybe get back to it later. |
…with-cursor-blink-breaks-display Remove cursor blink configuration
Full reloading
Hyper
usingcmd
+shift
+r
breaks the display of the terminal when the cursor blinks. I've disabled this feature setting the flag tofalse
in the.hyper.js
file and I can full reload without breaking the display.Here's my
.hyper.js
:The text was updated successfully, but these errors were encountered: