commit | 40de45664c20e7ca46a28a3f472202f90e47f8bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 15:03:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 15:03:46 2016 +0200 |
tree | 9b78f1aa13931339629db87c6d2cf74a6d9d8250 | |
parent | e8fea0728a2fa1fe78ef0ac90dee1a84bd7ef9fb [diff] [blame] |
patch 7.4.1972 Problem: On Solaris select() does not work as expected when there is typeahead. Solution: Add ICANON when sleeping. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index cfce606..2c6d8c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1972, +/**/ 1971, /**/ 1970,