]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1276: key lost when window closed in exit callback v8.0.1276
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Nov 2017 12:21:58 +0000 (13:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Nov 2017 12:21:58 +0000 (13:21 +0100)
commita3f7e58bf846b28b347a5d5b96c2d829871bd212
treed504fc8fc95d1f029d8a5790ca49ed13e8e08168
parentc9e9c7140994154bb4a29764491d42c001b24596
patch 8.0.1276: key lost when window closed in exit callback

Problem:    Typed key is lost when the terminal window is closed in exit
            callback. (Gabriel Barta)
Solution:   When the current window changes bail out of the wait loop. (closes
            #2302)
src/misc2.c
src/terminal.c
src/version.c