commit | 3cd43ccccb03b2e68df9c8a344a87e51c007c656 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 19:51:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 19:51:41 2017 +0200 |
tree | 51e41f2ba0520be2c6f4b0753538259545feca05 | |
parent | 589b1109c55409baf27f79920d8ffc95111eaa01 [diff] [blame] |
patch 8.0.0918: cannot get terminal window cursor shape or attributes Problem: Cannot get terminal window cursor shape or attributes. Solution: Support cursor shape, attributes and color.
diff --git a/src/version.c b/src/version.c index 3bd461a..c3918a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 918, +/**/ 917, /**/ 916,