]> git.eshelyaron.com Git - emacs.git/commit
Display a tab bar item as sunken when appropriate
authorPo Lu <luangruo@yahoo.com>
Wed, 20 Oct 2021 07:55:10 +0000 (15:55 +0800)
committerJuri Linkov <juri@linkov.net>
Wed, 20 Oct 2021 16:42:14 +0000 (19:42 +0300)
commit8358da9c4c9079b93daffc1aebf3ea5e52b98593
tree1202627d1775d1e3fc2d55de71f874aca13dc493
parent29fdc65860e95a6e1c74147a3d310878080f6118
Display a tab bar item as sunken when appropriate

When the mouse pointer is pressed on the tab bar, moved out of the tab
bar, and moved back in, it would be more appropriate to behave like
other programs by displaying the item as sunken.

* src/xdisp.c (note_tab_bar_highlight): Display item as sunken if the
mouse pointer returns to the tab bar down.
src/xdisp.c