From 674de910ca4c8651d6c9749775e960cb224332f9 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 21 Jan 2012 19:30:07 +0000 Subject: Sync OpenBSD patchset 1003: Only hide flags on the current window when the session is attached, from Roland Walker. --- cmd-switch-client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-switch-client.c') diff --git a/cmd-switch-client.c b/cmd-switch-client.c index 5565e094..656bf06b 100644 --- a/cmd-switch-client.c +++ b/cmd-switch-client.c @@ -108,6 +108,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_ctx *ctx) recalculate_sizes(); server_check_unattached(); server_redraw_client(c); + s->curw->flags &= ~WINLINK_ALERTFLAGS; return (0); } -- cgit