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. --- cmd-set-option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-set-option.c') diff --git a/cmd-set-option.c b/cmd-set-option.c index c4b82004..a55472ca 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -264,7 +264,7 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item) layout_fix_panes(w); } RB_FOREACH(s, sessions, &sessions) - status_update_saved(s); + status_update_cache(s); /* * Update sizes and redraw. May not always be necessary but do it -- cgit v1.2.3