xtermjs / xterm.js

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

Ctrl+c in terminal does not scroll to the very bottom #5051

Open Tyriar opened 2 months ago

Tyriar commented 2 months ago

Repro:

  1. Set smooth scroll duration to 200
  2. Fill viewport
  3. Scroll up
  4. Press ctrl+c, 🐛 the terminal is not scrolled to the very bottom

Recording 2024-04-23 at 17 51 44

Tyriar commented 2 months ago

Problem line: https://github.com/xtermjs/xterm.js/blob/2edc65baaa50f8b99c67f3df6f8d5d93c70a69e6/src/common/services/BufferService.ts#L93-L96