Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff

from Thomas Adam.
This commit is contained in:
nicm
2015-12-07 09:47:41 +00:00
parent 0417f1f2be
commit b9563340b7
3 changed files with 35 additions and 11 deletions

View File

@ -162,6 +162,7 @@ cmd_attach_session(struct cmd_q *cmdq, const char *tflag, int dflag, int rflag,
cmdq->client_exit = 0;
}
recalculate_sizes();
alerts_check_session(s);
server_update_socket();
return (CMD_RETURN_NORMAL);