From b4f5b99e4b3c6b266e53c6c4ff748320a197011d Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 16 Mar 2019 17:14:07 +0000 Subject: Tidy and rename some bits of status line code. --- session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.c') diff --git a/session.c b/session.c index 061ff499..43ca321a 100644 --- a/session.c +++ b/session.c @@ -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) { -- cgit