User scrolling is currently not emitted as an onScroll event. What's the reason for this? Is this really intended?
I'd like to monitor the scroll state of the terminal in order to notice when it's scrolled all the way down, so I have to notice when the user is scrolling, which is not possible with the current behavior.
Details
- Browser and browser version: Firefox 84.0.1
- xterm.js version: 4.9.0
Steps to reproduce
- attach event listener with
terminal.onScroll()
- scroll the terminal using the mouse
User scrolling is currently not emitted as an onScroll event. What's the reason for this? Is this really intended?
I'd like to monitor the scroll state of the terminal in order to notice when it's scrolled all the way down, so I have to notice when the user is scrolling, which is not possible with the current behavior.
Details
Steps to reproduce
terminal.onScroll()