commit | b000e328efcf859d14454ffd241d44f6d14f300b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 19:38:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 19:38:21 2017 +0200 |
tree | f82e07a6c46fcd8a2cc61946a5943c336896d507 | |
parent | 12d93ee26d4290321ed0cc3d0493b966d1475a66 [diff] [blame] |
patch 8.0.0821: cannot get the title and status of a terminal window Problem: Cannot get the title and status of a terminal window. Solution: Implement term_gettitle() and term_getstatus().
diff --git a/src/version.c b/src/version.c index 8733db2..875119f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 821, +/**/ 820, /**/ 819,