Sync OpenBSD patchset 1003:

Only hide flags on the current window when the session is attached, from
Roland Walker.
This commit is contained in:
Tiago Cunha
2012-01-21 19:30:07 +00:00
parent 5434a2759a
commit 674de910ca
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);
}