summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-04 10:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-04 10:01:12 +0100
commitf3221941f27dbe4dbee550f72d42f268c228f5d1 (patch)
tree2a980862da9efc8bd1e540d71e112c020147e7ae /session.c
parent97ecb4f9d8392f48deb810a557142eb97d5345dc (diff)
parentd98d31690354ec6b53206c0b24834c877cd8ad5a (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'session.c')
-rw-r--r--session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/session.c b/session.c
index b52b0274..b9f30428 100644
--- a/session.c
+++ b/session.c
@@ -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);
}