]> git.eshelyaron.com Git - emacs.git/commit
Consider all windows for redisplay if frames have been cleared
authorGerd Möllmann <gerd@gnu.org>
Mon, 18 Nov 2024 15:50:51 +0000 (16:50 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 14:54:47 +0000 (15:54 +0100)
commit703f65c640116f3fb726225876e560e3df8e54db
treeefd68cdbf96f54bdee0499e4d71f3e6867029902
parenta8085688401f532e2fbd1f0f2e51bc97d0eb37c0
Consider all windows for redisplay if frames have been cleared

* src/xdisp.c (clear_garbaged_frames): Return true if any tty frame's
current matrix has been cleared.
(redisplay_internal): Consider all windows if clear_garbaged_frames
returns true.

(cherry picked from commit 196c761c66d47ff6a93d9134ca73d1c08a9125db)
src/xdisp.c