]> git.eshelyaron.com Git - emacs.git/commit
Don't try to guess a delta if a scroll valuator's state is unknown
authorPo Lu <luangruo@yahoo.com>
Mon, 3 Jan 2022 03:21:16 +0000 (11:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 3 Jan 2022 03:21:16 +0000 (11:21 +0800)
commitf6501fded744b729b72ed0bbc663e5a7953b04bb
tree1684c6fcecae85e1588e912b88fc8554d366f238
parent01047cf13f018f10b87788fb86efb61840a07f35
Don't try to guess a delta if a scroll valuator's state is unknown

* src/xterm.c (x_get_scroll_valuator_delta): Return DBL_MAX if
the scroll valuator's value is unknown.
src/xterm.c