]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0923: second SIGWINCH signal may be ignored v9.0.0923
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Nov 2022 20:41:05 +0000 (20:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Nov 2022 20:41:05 +0000 (20:41 +0000)
commita787c24e009b46955fb03a1f51b745e5e9795b7b
tree2d9ed2885972b7a8e0e1e760e53ab951e98e7326
parent364438d1e817d1d76003695f9ab533df35f8948a
patch 9.0.0923: second SIGWINCH signal may be ignored

Problem:    Second SIGWINCH signal may be ignored.
Solution:   When set_shellsize() is busy when called then run the inner code
            again when it's done.  (issue #424)
src/term.c
src/version.c