-
Notifications
You must be signed in to change notification settings - Fork 881
fix(site): use WebGL renderer for terminal #9320
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
Conversation
Previously, characters such as 🟢 were given insufficient space, leading to mangled output.
It's faster than Canvas.
@@ -103,7 +103,9 @@ | |||
"xterm": "5.2.1", | |||
"xterm-addon-canvas": "0.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should canvas addon be removed or is it still being used somewhere?
@mafredri I tested |
@matifali nice! There's a lot we could test but I think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is a hotfix and has been automatically approved.
- ✅ Base is main
- ✅ Has hotfix label
- ✅ Head is from coder/coder
- ✅ Less than 100 lines
cc: @BrunoQuaresma |
fix(site): use WebGL renderer for terminal
It's faster than Canvas.
Stack created with Sapling. Best reviewed with ReviewStack.