]> git.eshelyaron.com Git - emacs.git/commit
Fix display updating inside the minibuffer on MS Windows
authorPo Lu <luangruo@yahoo.com>
Sat, 30 Apr 2022 10:54:34 +0000 (18:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 30 Apr 2022 10:54:34 +0000 (18:54 +0800)
commit57447f5ce0a723f698d1515485860ca17ce93960
tree68daa5ac0fcb26c26edb389d47285947d062737d
parent5fd54723536efca5589f9b9ac64825e76f0d1360
Fix display updating inside the minibuffer on MS Windows

* src/minibuf.c (read_minibuf): Call `w32_flip_buffers_if_dirty'
after changing the cursor position and redisplaying instead of
`flush_frame'.  (bug#55193)

* src/w32term.c (w32_flip_buffers_if_dirty): New function.
* src/w32term.h: Update prototypes.
src/minibuf.c
src/w32term.c
src/w32term.h