]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0974: even when Esc is encoded a timeout is used v9.0.0974
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Nov 2022 20:33:20 +0000 (20:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Nov 2022 20:33:20 +0000 (20:33 +0000)
commitdffa6ea85c82bbcb60368f38f7437c6cd89c9e55
tree3b32e583d7dd097a9e1601ce9dc4b63a45a59362
parent064fd67e6a0283bb24732146fd20c92b6dbf47bf
patch 9.0.0974: even when Esc is encoded a timeout is used

Problem:    Even when Esc is encoded a timeout is used.
Solution:   Use K_ESC when an encoded Esc is found.
src/getchar.c
src/keymap.h
src/term.c
src/version.c