1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-12-08 22:13:38 +00:00
parent 48873aebc0
commit a48d4e44a2
7 changed files with 86 additions and 8 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3761,
/**/
3760,
/**/