-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Box drawing characters with escape sequence Esc ( 0 are broken since 3.5.0 #1565
Comments
I saw this reported in VS Code a while ago microsoft/vscode#53769, I can repro in xterm.js' demo but not VS Code. |
This only happens with the canvas renderer |
I can reproduce the issue in VS Code as well. |
This only happens using the static texture atlas (this is why I couldn't reproduce in VS Code). |
3.4 CharData: |
I think #1399 is root cause |
/cc @jerch |
@astefanutti thanks for the report, PR with fix is out. |
@Tyriar thanks for the very quick reply and fix. I confirm it works! |
@jerch curiously it's only an issue for the static cache though, didn't look in to why (I guess the key is based on the char instead) |
Since Xterm.js version 3.5.0, box drawing characters using the escape sequence
Esc ( 0
, like\x1b(0\x6A\x1b(B
, do not render correctly, while it was working with previous versions.See https://en.wikipedia.org/wiki/Box-drawing_character#Unix,_CP/M,_BBS
Details
Steps to reproduce
The text was updated successfully, but these errors were encountered: