VS Code issue: https://github.com/microsoft/vscode/issues/172504 Same issue but on the bottom: https://github.com/xtermjs/xterm.js/issues/4067 Repro: 1. DOM renderer 2. Paste `⎡`, 🐛 it's cut off since we clip the lines on the DOM renderer to avoid overlapping (wonder if we can just remove the `overflow:hidden`?)