]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim v8.2.4201
authorBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 12:20:45 +0000 (12:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 12:20:45 +0000 (12:20 +0000)
commit8e4af851fd3eff4b22fca962e5be783742e8f1bb
treeda82eadf75661f43f9a8d34494f3f43c035a6887
parent7e765a39b795d5331bf2d4927b41df7b78915af9
patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim

Problem:    When using the GUI CTRL-Z does not stop gvim.
Solution:   When using the GUI set SIGTSTP to SIG_DFL. (Andrew Maltsev,
            closes #9570)
src/os_unix.c
src/version.c