]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrong v8.0.0917
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 14:39:05 +0000 (16:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 14:39:05 +0000 (16:39 +0200)
commit589b1109c55409baf27f79920d8ffc95111eaa01
treeefe2a01927102431f2e5e1bb209ac4d6f03f2e4f
parent37c45835945fc433a3bb85fcfc0b4fd58b1ee0e7
patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrong

Problem:    MS-Windows:CTRL-C handling in terminal window is wrong
Solution:   Pass CTRL-C as a key. Turn CTRL-BREAK into a key stroke. (Yasuhiro
            Matsumoto, closes #1965)
src/os_win32.c
src/terminal.c
src/version.c