]> git.eshelyaron.com Git - emacs.git/commit
Fix rare redisplay glitches when image has been removed from display
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Mar 2021 15:00:15 +0000 (17:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Mar 2021 15:00:15 +0000 (17:00 +0200)
commit1f0fb1f6fa50faf67ffaaee0e52d00144883821e
tree11567c346695f2bd7278444930a14f341c85592b
parent8415a9513085d1c307610e2275655699cf7a55d5
Fix rare redisplay glitches when image has been removed from display

* src/dispnew.c (update_window): Make sure all glyph rows below
the last visible one are marked as invalid, even when the loop
which "updates the rest of the lines" didn't examine the last
visible row.  (Bug#47093)
src/dispnew.c