]> git.eshelyaron.com Git - emacs.git/commit
Don't use selected frame in tty_set_cursor (bug#75056)
authorGerd Möllmann <gerd@gnu.org>
Wed, 29 Jan 2025 07:28:58 +0000 (08:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:13:28 +0000 (19:13 +0100)
commit80c145aff0d01044d956d069aadb737ea784cb24
treebe5802ad3345777b9a6789cfd658750bb26426ce
parentb041d0c557a766bf28fe4d9c348878d1850337a4
Don't use selected frame in tty_set_cursor (bug#75056)

* src/dispnew.c (tty_set_cursor): Add frmae parameter.
(write_matrix): Pass to the updated frame to tty_set_cursor.

(cherry picked from commit 6cf479931d1adc03661116ef827f77fdc615db22)
src/dispnew.c