]> git.eshelyaron.com Git - emacs.git/commit
Fix display of cursor in obscure use case on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Oct 2019 12:02:46 +0000 (15:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Oct 2019 12:02:46 +0000 (15:02 +0300)
commit2fa9699fd795a081420682877fc448ff2391f9bd
tree95d62fd767d05922996d7116cd389d11eac557bc
parent66839a74bb74efa16f9f531e93d58cadf6ab7196
Fix display of cursor in obscure use case on MS-Windows

* src/xdisp.c (redisplay_internal): Detect when the frame
becomes garbaged inside the call to update_frame, and redraw
the frame in that case.  (Bug#37579)
src/xdisp.c