]> git.eshelyaron.com Git - emacs.git/commit
Further fixes for cursor positioning (bug#75056)
authorGerd Möllmann <gerd@gnu.org>
Wed, 29 Jan 2025 12:42:40 +0000 (13:42 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:13:36 +0000 (19:13 +0100)
commitace2e33838d36c29901a93dfad7d7f3af72f60cd
tree25db1914bfc5826d33dfe5aa2dae1fc74f890c77
parent9bdb087e273fafe3f7f7e85fc0f7cde700f35ae5
Further fixes for cursor positioning (bug#75056)

* src/dispnew.c (write_matrix): Don't set the cursor here. Parameter to
set the cursor or not removed.
(combine_updates_for_frame): Call tty_set_cursor here, depending on
whether or not the selected frame is related to the updated frame.
(update_frame_with_menu): Adapt to change of write_matrix.

(cherry picked from commit 782be196e52f8912c3e26c646f04fe48cf703aca)
src/dispnew.c