]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSI v8.2.0356
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Mar 2020 22:21:35 +0000 (23:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Mar 2020 22:21:35 +0000 (23:21 +0100)
commit8f027fe470555252b258508c455e93700a969cb1
tree073ea9753872a8345c43a07e77b7c52c4e618259
parenta471eeae75cda982bb6ddffbb0cbb71d868b97bf
patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSI

Problem:    MS-Windows: feedkeys() with VIMDLL cannot handle CSI correctly.
Solution:   Modify mch_inchar() to encode CSI bytes. (Ozaki Kiichi, Ken
            Takata, closes #5726)
src/getchar.c
src/os_win32.c
src/testdir/test_popupwin.vim
src/version.c