-
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
Add support for underline ANSI escape code in WebGL Renderer #3691
Comments
You might be seeing microsoft/vscode#35901 |
I think the VS Code issue is related to similiar issues in Hyper about displaying under-scores, see #2812 Note, how in the screenshots for iterm2 and Hyper |
Any progress? Still happens to me.
|
The webgl renderer doesn't support underline yet xtermjs/xterm.js#2251 |
Still seeing this on 3.0.2 |
Working in v3.1.3 |
Issue
This is a continuation of the closed issue: #3194. Albeit the old issue being closed the problem still exists and is reproducible.
Currently Hyper does not display text decorated with ANSI escape code
4m
for underline correctly. I am not sure if this is a bug or feature request. However, a commenter from the old issue suggests this has been supported before and hence, should be classified as a bug. See #3194 (comment)Reproduce
Run
Expected result
The output gets underlined. See screenshot from iterm2.
Actual result
The output does not get underlined. See screenshot from Hyper.
The text was updated successfully, but these errors were encountered: