-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Support SGR 53 "overline" in terminal #181242
Comments
To verify, for each value of echo -e '\x1b[53moverlined\x1b[55m normal' Verify the "overlined" text has an overline and " normal" does not. |
Good find, I didn't update xterm.css. |
After adding the styles, depending on the font it can still be cut off unfortunately due to the cell size in the dom renderer being strict. Captured that issue in xtermjs/xterm.js#4541 |
When verifying again, if you don't see an overline, inspect the DOM and verify |
Not working still. |
@ChaseKnowlden the remaining problem is tracked in xtermjs/xterm.js#4541 |
Not working on Latest Insiders. |
WT completed feature request: microsoft/terminal#6000
xterm.js issue: xtermjs/xterm.js#4499
The text was updated successfully, but these errors were encountered: