-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Terminal: Switching terminal background color doesn't react appropriately #86072
Comments
@joaomoreno I think the canvas case is fine as opaque selections don't work, I was thinking about forcing opacity when using canvas/dom to help with this xtermjs/xterm.js#2594 Upstream for webgl: xtermjs/xterm.js#2595 |
The canvas thing you mention is an inconsistency, but I want to remove the canvas renderer soonish so it's not worth the effort to fix such an obscure bug. |
Yeah that was the original bug, I might not have updated xterm properly. |
This is fixed, the selection disappearing for canvas only is tracked in xtermjs/xterm.js#4057 |
Testing #85971
terminal.selectionBackground
throughworkbench.colorCustomizations
canvas
, it appears the entire selection is goneexperimentalWebgl
, selected text gets cheesy and the selection background color doesn't change:The text was updated successfully, but these errors were encountered: