Show config errors on attach if they were not shown when the session

was created.
This commit is contained in:
nicm
2022-07-06 08:40:52 +00:00
parent a39827a85c
commit 1afe22086f
2 changed files with 6 additions and 7 deletions

View File

@ -158,6 +158,9 @@ cmd_attach_session(struct cmdq_item *item, const char *tflag, int dflag,
c->flags |= CLIENT_ATTACHED;
}
if (cfg_finished)
cfg_show_causes(s);
return (CMD_RETURN_NORMAL);
}