commit | 392d1bfa5e14b9534af322003723ebd57cedcc64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 31 21:18:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 31 21:18:58 2017 +0200 |
tree | 71603292e05dbb383d15882462ea7fc98e0f7ac9 | |
parent | c9456cec0cfe956e083891187b791343e732207b [diff] [blame] |
patch 8.0.0824: in Terminal mode the cursor and screen gets redrawn Problem: In Terminal mode the cursor and screen gets redrawn when the job produces output. Solution: Check for tl_terminal_mode. (partly by Yasuhiro Matsumoto, closes #1904)
diff --git a/src/version.c b/src/version.c index 9c94c98..5a3c164 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 824, +/**/ 823, /**/ 822,