]> git.eshelyaron.com Git - emacs.git/commit
Ensure redisplay after re-parenting a tty child frame (Bug#77079)
authorMartin Rudalics <rudalics@gmx.at>
Tue, 18 Mar 2025 08:17:52 +0000 (09:17 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Mar 2025 10:51:07 +0000 (12:51 +0200)
commitf968a1adad33a31f9ad7c2e3ef83928f7c919a7a
tree70d359dc2e6b1547b909d4a3622b3c29b67e38de
parent1cf825c9f3c722d5d75fb8e1ec649e87a06d7086
Ensure redisplay after re-parenting a tty child frame (Bug#77079)

* src/frame.c (store_frame_param): When re-parenting a tty child
frame, mark it's old and new root frames as garbaged so redisplay
will reflect the change immediately (Bug#77079).

(cherry picked from commit 739d18dc41234824f4f01bfaa2313510e2df14a7)
src/frame.c