Tidy and rename some bits of status line code.

This commit is contained in:
nicm
2019-03-16 17:14:07 +00:00
parent e8b33af780
commit b4f5b99e4b
8 changed files with 77 additions and 57 deletions

View File

@ -136,7 +136,7 @@ session_create(const char *prefix, const char *name, int argc, char **argv,
s->options = oo;
s->hooks = hooks_create(global_hooks);
status_update_saved(s);
status_update_cache(s);
s->tio = NULL;
if (tio != NULL) {