commit | 4cc93dc85a7aaf6bb1ccccc466f8d5fa523094e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 26 21:49:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 26 21:49:37 2017 +0200 |
tree | fce87651ab98aa9aeb45ca86f92a9082a6795739 | |
parent | a1b5b0928118b135f9917679c0da28175c845140 [diff] [blame] |
patch 8.0.0778: in a terminal the cursor may be hidden Problem: In a terminal the cursor may be hidden and screen updating lags behind. (Nazri Ramliy) Solution: Switch the cursor on and flush output when needed. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index fe82a36..051f75f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 778, +/**/ 777, /**/ 776,