]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#76805
authorPo Lu <luangruo@yahoo.com>
Mon, 10 Mar 2025 04:41:12 +0000 (12:41 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:53:05 +0000 (19:53 +0100)
commit3a14f2e3c6630db7e68182cf40d137a128d67d71
treeffb087abed25847c148d084d49988a2dfd70b87d
parenta602dc9b0d97991b86aff7e2cc0f8271c02809d0
Fix bug#76805

* src/xterm.c (x_fast_mouse_position): Clear the mouse_moved
flag whether or not mouse motion is reported, to avoid repeated
polling for mouse movement.  (bug#76806)

(cherry picked from commit ab5bfcebddf4c0613ef352231628d4034c8cb178)
src/xterm.c