We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Xterm.js fake terminal, webgl is showing dropped frames:
This is happening due to an animation frame request inside an animation frame in buffer decoration code:
The text was updated successfully, but these errors were encountered:
Fix dropped frame issue
8d4d5bd
This ensures decorations are refreshed in the same frame when called from an animation frame callback Fixes xtermjs#4225
Tyriar
Successfully merging a pull request may close this issue.
Xterm.js fake terminal, webgl is showing dropped frames:
This is happening due to an animation frame request inside an animation frame in buffer decoration code:
The text was updated successfully, but these errors were encountered: