]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2352: if focus lost/gained is received twice code is not ignored v8.2.2352
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Jan 2021 20:57:58 +0000 (21:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Jan 2021 20:57:58 +0000 (21:57 +0100)
commitd44cc593cee84fc3c712ca1828d1574f80700383
tree02a507f680943ca085211fd252b25b2363dc9292
parent8f81b22e8691f6e7c76153e945bbef15a8190cd9
patch 8.2.2352: if focus lost/gained is received twice code is not ignored

Problem:    If the focus lost/gained escape sequence is received twice it is
            not ignored. (Christ van Willigen)
Solution:   Adjust the logic to ignore the escape code.
src/term.c
src/version.c