-
Notifications
You must be signed in to change notification settings - Fork 30
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
Displays incorrectly on ansi inverse sequence #13
Comments
The same issue for me |
Yep, same issue here, e.g. screenshot from nano:
|
Is this an issue with xterm.js? This looks related However even with xterm 3.7+ its not working for me. |
Same problem in airodump-ng and hyper+verminal of course (hit tab to enable selection then choose a color with m) |
same here, no fix ? |
Hello, same problem, it's just white when I am on text. |
Has there been any progress on this? |
Feel free to pick this up yourself if you have time! |
When encountering the ansi sequence
\x1b[7m
, the terminal should show inverted colors, with the background color as the foreground, and the foreground as the background. However, with this theme, it shows a bar of the foreground as the background and the foreground as the foreground.Here is my
.hyper.js
: https://gist.github.com/legodude17/56ed2562dd37ebb0b6ec9a8d541c40ebWith this theme of hyper:
With vanilla hyper:
The text was updated successfully, but these errors were encountered: