]> git.eshelyaron.com Git - emacs.git/commit
Fix redisplay when scrolling under redisplay-dont-pause
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 Apr 2020 15:30:21 +0000 (18:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Apr 2020 15:30:21 +0000 (18:30 +0300)
commit17a1bb5a032025d29413d5ad9316d3d001da3166
tree3065b23c2d0e2dc8de489b1b984adbf61f2a8430
parent90321f595c88324cccaa820add096e5d1c3deac5
Fix redisplay when scrolling under redisplay-dont-pause

* src/dispnew.c (update_window): Reset the window's
'must_be_updated_p' flag if the window's update was completed
without interruption.  This fixes redisplay glitches when
'redisplay-dont-pause' is nil, at least on MS-Windows, because
'expose_window' doesn't redraw the exposed rectangle when the
window's 'must_be_updated_p' flag is set.
src/dispnew.c