Only hide flags on the current window when the session is attached, from

Roland Walker.
This commit is contained in:
Nicholas Marriott
2012-01-21 06:13:16 +00:00
parent 8332413305
commit cd10f7322a
3 changed files with 10 additions and 5 deletions

View File

@ -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);
}