]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5045: can escape a terminal popup window when the job is finished v8.2.5045
authorBram Moolenaar <Bram@vim.org>
Mon, 30 May 2022 16:58:03 +0000 (17:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 May 2022 16:58:03 +0000 (17:58 +0100)
commit10db31f9493425a20f1e53d0f214e621f16d65de
tree8d24777588ca48ccc73a0830318d0c3170e7d54f
parentbe99042b03edf7b8156c9adbc23516bfcf2cec0f
patch 8.2.5045: can escape a terminal popup window when the job is finished

Problem:    Can escape a terminal popup window when the job is finished.
Solution:   Only check for a finished job where it is relevant.
            (closes #10253)
src/popupwin.c
src/testdir/dumps/Test_popupwin_poptermscroll_1.dump
src/testdir/dumps/Test_popupwin_poptermscroll_2.dump
src/testdir/dumps/Test_popupwin_poptermscroll_3.dump
src/testdir/dumps/Test_popupwin_poptermscroll_4.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c