commit | a48d4e44a24191f5495e17d7616771c20ae3e3c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 22:13:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 22:13:38 2021 +0000 |
tree | 276dd6e4c575048f0502ec6ee0f9b84bdf0b8a44 | |
parent | 48873aebc05608e9e5e56b8628ae6d2789ab7c48 [diff] [blame] |
patch 8.2.3761: focus change is not passed on to a terminal window Problem: Focus change is not passed on to a terminal window. Solution: If the current window is a terminal and focus events are enabled send a focus event escape sequence to the terminal.
diff --git a/src/version.c b/src/version.c index 3f0b5fd..0864655 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3761, +/**/ 3760, /**/ 3759,