]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value v8.2.3589
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Nov 2021 10:27:40 +0000 (10:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Nov 2021 10:27:40 +0000 (10:27 +0000)
commit5300be620c77950caa5296019408ee02e60097e8
treedee544e252d0f476bcafbc2b5e05b886e4592aa7
parent606efc7df4c94104bbd24248106dd0e4ee6f7cfa
patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value

Problem:    Failure when the "term_rows" argument of term_start() is an
            unusual value.
Solution:   Limit to range of zero to 1000. (closes #9116)
runtime/doc/terminal.txt
src/job.c
src/testdir/test_terminal.vim
src/version.c