commit | b5432d8968bda70fc20ebb5e136e367d174d1c4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 19:28:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 19:28:25 2019 +0200 |
tree | 9185bde49137fd6cdebe56b43c53925b178d912f | |
parent | 60b1bcfe92da1d7b8f894c91192f3a76e8aec391 [diff] [blame] |
patch 8.1.1948: mouse doesn't work in Linux console Problem: Mouse doesn't work in Linux console and causes 100% CPU. (James P. Harvey) Solution: Loop in WaitForCharOrMouse() when gpm_process_wanted is set. (closes #4828)
diff --git a/src/version.c b/src/version.c index 463d215..f9e0f7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1948, +/**/ 1947, /**/ 1946,