-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Terminal cursor style changes on blink #77559
Comments
@Tyriar , I cannot reproduce this issue. |
@skprabhanjan I use zsh shell in integrated terminal, but this shoudn't be the case. Same shell works fine in normal Terminal app. When I switched shell to bash in integrated-terminal issue still occurs. It looks like when out of focus, integrated-terminal cursor ignores selected style and renders as block. |
I can't repro either, it definitely seems to be happening though. @karolfalkiewicz have you set
|
@Tyriar I checked once again. It happens only when Renderer Type is set up to |
@karolfalkiewicz it's fixed in the upcoming version |
Diff: xtermjs/xterm.js@30161c3...f3b9dc0 Changes: - Fix cursor blink for non-block cursor in DOM renderer - Remove applyAddon - Re-enable buffer tests - Fix dom -> canvas renderer not drawing viewport Fixes microsoft#77559 Fixes microsoft#78882
Steps to Reproduce:
line
Info: Cursor changes style to
block
on every blink.Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: