]> git.eshelyaron.com Git - emacs.git/commit
Fix no-accept-focus handling for embedded frames
authorPo Lu <luangruo@yahoo.com>
Fri, 25 Nov 2022 11:35:14 +0000 (19:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 26 Nov 2022 00:47:25 +0000 (08:47 +0800)
commit123e90f6d349ca8882973db74007cb5d9067305c
treee6881d32a47bb08f77b6c25ac28e6eb742c1a2f4
parent2389158a31b4a126a328146399fe7ef304c97fef
Fix no-accept-focus handling for embedded frames

* src/xterm.c (handle_one_xevent): Don't focus embedded frames
on click if they have `no-accept-focus' set.
src/xterm.c