Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-04-18 14:08:13 +01:00
4 changed files with 24 additions and 10 deletions

View File

@ -1379,6 +1379,7 @@ focused:
if (wp->base.mode & MODE_FOCUSON)
bufferevent_write(wp->event, "\033[I", 3);
notify_pane("pane-focus-in", wp);
session_update_activity(c->session, NULL);
}
wp->flags |= PANE_FOCUSED;
}