commit | 646bb7247ad6051aca223a2b04b008f682cdb57f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Feb 16 17:51:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 16 17:51:47 2022 +0000 |
tree | c85e370d1b495c1786c94b3b0bb434c42e4ccea2 | |
parent | f9435e49ef8032e80d38e31e950e4a9b75387533 [diff] [blame] |
patch 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLL Problem: MS-Windows: cannot use the mouse in the console with VIMDLL. Solution: use add_char2buf() instead of fix_input_buffer(). (closes #9784, closes #9769)
diff --git a/src/version.c b/src/version.c index 4f17acf..abee2ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4400, +/**/ 4399, /**/ 4398,