You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terminal has a new experimental setting that will enable the dynamic texture atlas which is a more optimized way of storing terminal character glyphs. Test by running commands that generate various text foregrounds/backgrounds. The dynamic cache has several speed benefits but you should focus primarily on correctness of rendering, unless something is much slower than the default (static) strategy.
#50894
Complexity: 3
The terminal has a new experimental setting that will enable the dynamic texture atlas which is a more optimized way of storing terminal character glyphs. Test by running commands that generate various text foregrounds/backgrounds. The dynamic cache has several speed benefits but you should focus primarily on correctness of rendering, unless something is much slower than the default (static) strategy.
To enable add this setting and reload the window:
Also make sure to remove this setting if you have it
"terminal.integrated.rendererType": "dom"
.Here's the PR the feature was contributed in if you want more context: xtermjs/xterm.js#1327
The text was updated successfully, but these errors were encountered: