commit | 8d5daf267eb84d2346785741b22d18907b047e0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 17:16:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 17:16:39 2022 +0000 |
tree | e3f63ad2860eec62a5963ed753b4caebbdd266cc | |
parent | c6e9d7063d275139d3c207435d293271c8b556ab [diff] [blame] |
patch 8.2.4490: terminal focus reporting only works for xterm-like terminals Problem: Terminal focus reporting only works for xterm-like terminals. (Jonathan Rascher) Solution: Remove the "focus_mode" flag. (closes #9859)
diff --git a/src/version.c b/src/version.c index b212379..b73b260 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4490, +/**/ 4489, /**/ 4488,