]> git.eshelyaron.com Git - emacs.git/commit
Fix hiding tty cursor for overlapping children
authorGerd Möllmann <gerd@gnu.org>
Sun, 2 Feb 2025 04:39:47 +0000 (05:39 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:15:10 +0000 (12:15 +0100)
commit06a32d5531d54975eced2ee047b2829bcf4bf785
treed521fbae5fcaa7ce0595ad886eaa3315e17eeb2e
parent0a5d5c81aa180672e66a364c3a8157c9e6fb910c
Fix hiding tty cursor for overlapping children

* src/dispnew.c (is_cursor_obscured): If selected frame is in the
z-order of the root frame, use that, otherwise use the root frame.

(cherry picked from commit 42f1318e6579f94b90ef101f3f03ca65fb229262)
src/dispnew.c