]> git.eshelyaron.com Git - emacs.git/commit
Allow customizing the pixel delta of wheel events on X
authorPo Lu <luangruo@yahoo.com>
Mon, 29 Nov 2021 07:36:15 +0000 (15:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 29 Nov 2021 07:37:41 +0000 (15:37 +0800)
commit618070d4b414c20f19a1f873ffb1d7015743599e
treef984709d4e0d906c060008b7aad45dca697dbe1e
parenta1aa9cbf57a08f1c17b92b13a2bf07d504684fcc
Allow customizing the pixel delta of wheel events on X

* lisp/cus-start.el: Add `x-scroll-event-delta-factor'.
* src/xterm.c (handle_one_xevent): Apply scroll event
delta factor to wheel events with pixel data.
(Vx_scroll_event_delta_factor): New user option.
lisp/cus-start.el
src/xterm.c