]> granicus.if.org Git - vim/commit
patch 8.1.1239: key with byte sequence containing CSI does not work v8.1.1239
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 19:58:41 +0000 (21:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 19:58:41 +0000 (21:58 +0200)
commita9dd2d3c759c1eafb9c0572c5707852ed3d38162
tree17f2150b1a621409dde9fc50927eaaa01f46c9a6
parenta0e67fc1663c9d5317022ea3bf252e08574c9f6f
patch 8.1.1239: key with byte sequence containing CSI does not work

Problem:    Key with byte sequence containing CSI does not work.
Solution:   Do not recognize CSI as special unless the GUI is active. (Ken
            Takata, closes #4318)
src/getchar.c
src/version.c