commit | 12dfc9eef14fe74c46145aa9e6cba9666f1bcd40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 22:32:58 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 22:32:58 2019 +0100 |
tree | 3a3c98030644028f710d33d7c2b2558ac0f2db13 | |
parent | f58d81a18752cb9bf899b3f7328fc489cf6558e8 [diff] [blame] |
patch 8.1.0840: getchar(0) never returns a character in the terminal Problem: getchar(0) never returns a character in the terminal. Solution: Call wait_func() at least once.
diff --git a/src/version.c b/src/version.c index b69344c..ae28d08 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 840, +/**/ 839, /**/ 838,