Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-05-04 10:01:12 +01:00
7 changed files with 103 additions and 11 deletions

View File

@ -552,6 +552,7 @@ session_set_current(struct session *s, struct winlink *wl)
s->curw = wl;
winlink_clear_flags(wl);
window_update_activity(wl->window);
notify_session("session-window-changed", s);
return (0);
}