]> granicus.if.org Git - vim/commit
patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONT v8.1.0304
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Aug 2018 11:09:10 +0000 (13:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Aug 2018 11:09:10 +0000 (13:09 +0200)
commit2e31048c304fb94d6255667783edfe9f4d5894c2
treee24528bfd59d4319dfbd86eb0754d2818743b27b
parentc26f7c60532a37a2bf0a5e69aa81081b440dfc38
patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONT

Problem:    No redraw when using a STOP signal on Vim and then a CONT signal.
Solution:   Catch the CONT signal and set the terminal to raw mode.  This is
            like 8.1.0244 but without the screen redraw and a fix for
            multi-threading suggested by Dominique Pelle.
src/os_unix.c
src/proto/term.pro
src/term.c
src/version.c