-
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
Emulation: bold off broken and dim not implemented? #1042
Comments
@theflyingape I don't think bold/dim are mutually exclusive, at least not in |
I can confirm dim support is not available, and looking into master, probably never has been? |
Thanks, I do not understand your reference to |
I see your point clearly now. And I now see |
I'll try to create a PR to enable dim support. |
Related: #580 |
Shutting off (20 + attribute) bold is not working, although others implemented (uline and reverse) do, i.e.,
Oddly enough, changing 21 (bold off) to 22 (dim off) works:
echo -e '\x1B[33m yellow \x1B[1m bold \x1B[22m normal \x1B[m off'
... but bold -> dim enable keeps bold on -- I thought bold/dim are implemented as mutually exclusive, unlike underline, blink, and reverse that can be added or taken away with either bold or dim? At the very least if dim is not implemented, it should shutoff bold, but it does not:
echo -e '\x1B[33m yellow \x1B[1m bold \x1B[2m dim \x1B[m off'
Two related questions:
Details
Steps to reproduce
Showing Terminology - xterm.js - v3 branch:
The text was updated successfully, but these errors were encountered: