]> git.eshelyaron.com Git - emacs.git/commit
Fix passive input focus when the pointer moves over inferiors
authorPo Lu <luangruo@yahoo.com>
Thu, 13 Jan 2022 11:42:14 +0000 (19:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 13 Jan 2022 11:43:55 +0000 (19:43 +0800)
commit8c8403af3621e0a0a83cb14a14409f11f562ea06
tree84174361c62f1524e110c224763aac94b7a6e1d2
parentdbf55ec080b9770857631badf4ea13e15e71f611
Fix passive input focus when the pointer moves over inferiors

* src/xterm.c (handle_one_xevent): Don't detect focus on entry
and exit events if we're not on the top window.
src/xterm.c