]> git.eshelyaron.com Git - emacs.git/commit
Clear mouse face during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Sat, 4 Jun 2022 07:17:50 +0000 (15:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 4 Jun 2022 07:19:12 +0000 (15:19 +0800)
commit937a011352e4bc24c40a1eab1c4b4d7f8aba7c7b
tree8bf83f2b0b5723c97b4858787926825287a6b87f
parent3287d4e32efbe6c9490ecd4132f19fa13f4ae1ae
Clear mouse face during drag-and-drop

* src/xterm.c (handle_one_xevent): Clear mouse face during drag
and drop, since note_mouse_highlight isn't called.
src/xterm.c