contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 102 forks source link

Accumulate scroll distance instead of immediately trigger scroll #1393

Closed Yaraslaut closed 6 months ago

Yaraslaut commented 6 months ago

Closes https://github.com/contour-terminal/contour/issues/1360

Qt backend sends a lot of mouse events on scroll with touchpad, this PR introduce time restiction between mouse events that we apply to terminal, this must affect only scroll on touchpads since all other manuall events can not be separated in time for such small duration as 50 ms