-
Notifications
You must be signed in to change notification settings - Fork 30.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
Special characters not correctly displayed in integrated terminal #53769
Comments
Weird, seems to work fine for me: Could you setup the xterm.js demo and see if you can reproduce there? https://github.com/xtermjs/xterm.js#linux-or-macos |
It could be a font problem as well, try changing your font (I'm using Hack). |
I tried Menlo (VSCode default for macOS) and Monaco (macOS default), both not working. |
Could you try setup the xterm.js demo and see if it reproduces over there? https://github.com/xtermjs/xterm.js/wiki/Contributing#linux-or-macos After you get it setup you can enable debug move and view exactly what is being sent to the terminal by the pty. This will help identify at which point the problem is occurring. https://github.com/xtermjs/xterm.js/wiki/Contributing#enabling-debug-mode |
Upstream issue: xtermjs/xterm.js#1565 |
I couldn't repro as I was using the dynamic texture atlas, see xtermjs/xterm.js#1565 for more info. |
The fix for this will come in with the July build (1.26), in the meantime this setting should workaround the problem:
This setting should be stable and will also be the default in the next release. |
Thanks! |
Steps to Reproduce:
tig
and see the special characters not correctly shown if the row is not selectedIf a row is selected, then the characters seem correct.
The text was updated successfully, but these errors were encountered: