]> git.eshelyaron.com Git - emacs.git/commit
Show drag cursor on all window lines (mode, tab, header)
authorJared Finder <jared@finder.org>
Sat, 22 Feb 2025 22:25:37 +0000 (14:25 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Apr 2025 07:36:11 +0000 (09:36 +0200)
commitf7c0c811dfc5e584cf681b8be9df97037f5a11ef
tree0dac084b843968faac9c76fd3b325457b69511d3
parentda2af2e87ac18dbccd8a2500db20db2fe0778377
Show drag cursor on all window lines (mode, tab, header)

* lisp/ruler-mode.el (ruler-mode-map): Remove down-mouse-1
binding that conflicts with dragging header line.
* src/xdisp.c (note_mode_line_or_margin_highlight): Renamed
to...
(note_line_or_margin_highlight): ...new name since it applies to
any window line (mode, tab, header).  Set drag cursor for window
top lines.
(note_mouse_highlight): Update call to new name (bug#76084).

(cherry picked from commit 8528249ee29b243772de48c7c44d07744adb3afc)
lisp/ruler-mode.el
src/xdisp.c