]> git.eshelyaron.com Git - emacs.git/commit
A better fix for tab-line mouse highlight on TTY frames
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Oct 2019 07:42:14 +0000 (10:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Oct 2019 07:42:14 +0000 (10:42 +0300)
commit2a3577ba11e391838f3f5dfdf48ae5a0c16b9301
tree992a842c7dc2e06fd325306132b754f659146269
parent23520fe33978030213026b5cb9be2e9ca62a31da
A better fix for tab-line mouse highlight on TTY frames

* src/dispnew.c (mode_line_string):
* src/xdisp.c (note_mode_line_or_margin_highlight): Remove
recently-added workarounds for incorrect TTY mouse highlight:
they are no longer needed.
(mark_window_display_accurate_1): Set the header_line_p and
tab_line_p flags of the window's current_matrix if the window
displays these.
(display_mode_line): Set the header_line_p and tab_line_p
flags of the window's desired_matrix if the window displays
these.  (Bug#37807)
src/dispnew.c
src/xdisp.c