]> granicus.if.org Git - vim/commit
patch 8.2.2545: errors and crash when terminal window is zero height v8.2.2545
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2021 16:47:23 +0000 (17:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Feb 2021 16:47:23 +0000 (17:47 +0100)
commiteba13e4ea28f133ff65f6b426428f49a9bd711b0
tree81eb39f4c0abe6ea3e988046fcf56941943c514f
parentbc327ccc3dd408463fc74266f57b879888a13e51
patch 8.2.2545: errors and crash when terminal window is zero height

Problem:    Errors and crash when terminal window is zero height. (Leonid V.
            Fedorenchik)
Solution:   Do not resize when width or height is zero. (closes #7890)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c