]> granicus.if.org Git - vim/commit
patch 8.1.0451: Win32 console: keypad keys don't work v8.1.0451
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2018 18:44:20 +0000 (20:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2018 18:44:20 +0000 (20:44 +0200)
commit2bc152ab53c4b01072edf6ec2ff61e504cb03cbe
tree2e2823648fc4d34b93f266c4ef6028d2cf176a1f
parent0e9deefb4fb4f99d0ab90b21ca38260be26bf5de
patch 8.1.0451: Win32 console: keypad keys don't work

Problem:    Win32 console: keypad keys don't work.
Solution:   Use numbers instead of characters to avoid the value becoming
            negative. (Mike Williams)
src/os_win32.c
src/version.c