]> granicus.if.org Git - vim/commit
patch 8.2.3828: when opening a terminal from a timer first typed char is lost v8.2.3828
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Dec 2021 18:02:07 +0000 (18:02 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Dec 2021 18:02:07 +0000 (18:02 +0000)
commit8103527da7f12ff21c2566222748518ee093432c
tree5840fd003b0c0eb5852dfa683ac058efa224dddc
parentf79cbf6512863c167bc794035df067e3a3e474f3
patch 8.2.3828: when opening a terminal from a timer first typed char is lost

Problem:    when opening a terminal from a timer the first typed character
            is lost. (Virginia Senioria)
Solution:   When opening a terminal while waiting for a character put K_IGNORE
            in the input buffer.
src/edit.c
src/terminal.c
src/testdir/test_terminal.vim
src/version.c