]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0854: no redraw after terminal was closed v8.0.0854
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 18:44:48 +0000 (20:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 18:44:48 +0000 (20:44 +0200)
commite9c21aed6233185e7fbe1b462a0571c0e460a5a9
treeb18f24877ce95b0c81a2a0d2fe0af691d9cd6c9f
parentb4a6721a288438c96fbeb051b09ef90735ac70d6
patch 8.0.0854: no redraw after terminal was closed

Problem:    No redraw after terminal was closed.
Solution:   Set typebuf_was_filled. (Yasuhiro Matsumoto, closes #1925, closes
            #1924)  Add function to check for messages even when input is
            available.
src/os_mswin.c
src/os_unix.c
src/os_win32.c
src/proto/os_unix.pro
src/proto/os_win32.pro
src/terminal.c
src/version.c