commit | 97870002d30a9846374d1ff7d73fbef351046f20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 18:28:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 18:28:38 2017 +0200 |
tree | 656a30d4acf1c25d9709440c50c02659a099b15e | |
parent | 22aad2f8806acf390568b8e524e53260a322aaa5 [diff] [blame] |
patch 8.0.0818: cannot get the cursor position of a terminal Problem: Cannot get the cursor position of a terminal. Solution: Add term_getcursor().
diff --git a/src/version.c b/src/version.c index 21cd3e2..5b831d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 818, +/**/ 817, /**/ 816,