]> git.eshelyaron.com Git - emacs.git/commit
Clear mouse highlight when mouse moves outside edit widget
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Feb 2022 06:17:23 +0000 (14:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Feb 2022 06:18:34 +0000 (14:18 +0800)
commit9d1ae05442a710dd23053ef42a9c3c0f65813110
tree2ad33960e8e98f4c4accd8cd7e152eac4d649fbb
parent58172cc28af1425c359f1c2a322b4062765aebae
Clear mouse highlight when mouse moves outside edit widget

* src/xterm.c (handle_one_xevent): Clear mouse highlight when
leaving the edit widget.  Otherwise, it stays around on the
toolbar after the mouse is moved onto the menu bar.
src/xterm.c