xtermjs / xterm.js

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

"%" Character Input Being Added Upon .resize() Call #4960

Closed wcuny closed 6 months ago

wcuny commented 6 months ago

Details

Steps to reproduce

  1. var term = new Terminal(); term.open(document.getElementById(elementID)); term.resize(50, 32);
  2. There is a "%" character that appears at every newline. This does not occur if I do not resize the terminal.

EDIT: Only occurs at random dimensions, closing because its not reproducible.