-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Inverted colors repeat first character of the string #3314
Comments
Oh... Very nice related analyze. Thank you! Certainly a xterm issue. |
@chabou I wonder if it is related to the fact that Jest inverts the "default terminal font color"? It's possible that it is unrelated and still an issue with xterm. I have no idea. |
Repeated char is certainly related to their dynamic atlas. So maybe, Hyper initializes |
Repeated char on paste doesn't happen with Transparent inverted char still happens but happened with previous |
Did a little digging, looks like https://github.com/xtermjs/xterm.js/releases/tag/3.9.0 merged 30mins ago, would that fix this issue? Based on this comment: #3316 (comment) |
@olivier-w thank you! I will try it ASAP! |
Issue
Originally reported in #3255, strings that are highlighted (i.e. the background/foreground colors are inverted), the first character of the string is repeated instead of the entire string.
The following is example output from running
jest#23.6.0
.Expected (macOS Terminal)
Actual (hyper#2.1.0-canary.3)
The text was updated successfully, but these errors were encountered: