xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.51k stars 1.62k forks source link

Xterm5.10+vue3 rolling lag #4740

Open Yang-67 opened 1 year ago

Yang-67 commented 1 year ago

In xterm5.10, using Vue3, the configuration is as follows: Why does each character load element labels? Is this reason causing page scrolling to become sluggish

new Terminal({ fontSize: 12, fontFamily: "Monaco, Menlo, Consolas, 'Courier New', monospace", theme: { background: '#181d28', }, rendererType: 'canvas', disableStdin: false, cursorBlink: true, scrollback: 10000, tabStopWidth: 4, });

Tyriar commented 1 year ago

Why does each character load element labels?

Not sure what you mean here? Could you provide a gif or devtools profile showing the issue?