commit | 681fc3fa782e99fe69ed2c83c3e29109d2d61e1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 17:35:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 17:35:21 2021 +0100 |
tree | 7aa5986843ee75f7a1337c18b022cf22841b00c9 | |
parent | 6601b62943a19d4f8818c3638440663d67a17b6a [diff] [blame] |
patch 8.2.2345: no focus events in a terminal Problem: No focus events in a terminal. Solution: Add the t_fd and t_fe termcap entries and implement detecting focus events. (Hayaki Saito, Magnus Groß, closes #7673, closes #609, closes #5526)
diff --git a/src/version.c b/src/version.c index dc1b752..30a550f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2345, +/**/ 2344, /**/ 2343,