You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 721d483 after the new viewport was added I made mouse wheel events a single up or down sequence as the lines scroll logic was no longer in the codebase. We should bring it back such that ballistic scroll works in the alt buffer.
(My best understanding of what happened in 1.92.0 is that on certain setups this change can be e.g. 7x slower to scroll, which accidentally hides other potential effects of real-time scrolling)
In 721d483 after the new viewport was added I made mouse wheel events a single up or down sequence as the lines scroll logic was no longer in the codebase. We should bring it back such that ballistic scroll works in the alt buffer.
Old lines scrolled code:
xterm.js/src/browser/Viewport.ts
Lines 349 to 366 in 9ba6c00
The text was updated successfully, but these errors were encountered: