]> git.eshelyaron.com Git - emacs.git/commit
Fix calculation of scroll deltas when coalescing wheel events
authorPo Lu <luangruo@yahoo.com>
Fri, 25 Feb 2022 06:20:14 +0000 (14:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 25 Feb 2022 06:20:14 +0000 (14:20 +0800)
commit6fd6bea8c4be3e5025645907a52f56521192fef3
tree7cc255e07f866997e9af9491a2cae944ea26176c
parenta2e80d2a419a2092d6a196c42280295c34388ae4
Fix calculation of scroll deltas when coalescing wheel events

* src/xterm.c (handle_one_xevent): Use accumulated values
instead of raw delta to determine scroll amounts.
src/xterm.c