]> git.eshelyaron.com Git - emacs.git/commit
Multi-tty: selected frame can be a GUI frame
authorGerd Möllmann <gerd@gnu.org>
Sat, 25 Jan 2025 06:54:56 +0000 (07:54 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:46:28 +0000 (18:46 +0100)
commite451b1bcde504e4a02cc907d71b346a6091ee849
tree541b43e6fb01f656a938a123f588cc3b5557d91b
parent06b0f085a4501294f39d75f46b58a0d2dd84d785
Multi-tty: selected frame can be a GUI frame

* src/dispnew.c (frame_selected_window_frame): New function.
(is_cursor_obscured): Use it.
(terminal_cursor_magic): Use the frame of the selected window of he root
frame.
(combine_updates_for_frame): Move Android conditional compilation out.

(cherry picked from commit 57b7c07b3709d9a2b2c70e0c8218a52448368a12)
src/dispnew.c