]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt v8.2.2246
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Dec 2020 19:53:33 +0000 (20:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Dec 2020 19:53:33 +0000 (20:53 +0100)
commit4d8c96d4668ac965d4e84b9676fba6d7efe62a32
treeacaaada4eddf51350a21b7d2263121fae2a29c92
parent285b15fce164ade8b1537b884cc15aebaa60e9ef
patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt

Problem:    Cursor keys not recognized at the hit-Enter prompt after executing
            an external command.
Solution:   Change the codes for the extra cursor keys. (closes #7562)
            Tune the delays to avoid test flakyness.
runtime/doc/term.txt
src/term.c
src/testdir/test_terminal3.vim
src/version.c