]> git.eshelyaron.com Git - emacs.git/commit
Add ns-click-through option to control activation click handling
authorDaniel Colascione <dancol@dancol.org>
Tue, 4 Mar 2025 16:14:43 +0000 (08:14 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 07:03:10 +0000 (08:03 +0100)
commitd74a705cdefcb1c3faf8103f0e9062ca0730c47e
tree819343989f63dcc7b92a5eee188fceff9a37c6f3
parent5c380dd7d77532760e5ce13cae8cd4fa82c35881
Add ns-click-through option to control activation click handling

* src/nsterm.m (acceptsFirstMouse):
Use ns_click_through variable instead of always returning YES.
(syms_of_nsterm): Define ns-click-through variable.

* lisp/cus-start.el: Add customization definition for ns-click-through.

* etc/NEWS: Document the new option.

(cherry picked from commit 3a8ce5ac9c4652eb87bf0bce835d82083061a28b)
lisp/cus-start.el
src/nsterm.m