diff options
author | nicm <nicm> | 2019-03-16 17:14:07 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-16 17:14:07 +0000 |
commit | b4f5b99e4b3c6b266e53c6c4ff748320a197011d (patch) | |
tree | 55b6c014d178e59119794e9e05bb84ca9b93c69a /cmd-set-option.c | |
parent | e8b33af780d8b9622de422cbcd4f82a47ccd0c6e (diff) | |
download | rtmux-b4f5b99e4b3c6b266e53c6c4ff748320a197011d.tar.gz rtmux-b4f5b99e4b3c6b266e53c6c4ff748320a197011d.tar.bz2 rtmux-b4f5b99e4b3c6b266e53c6c4ff748320a197011d.zip |
Tidy and rename some bits of status line code.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r-- | cmd-set-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |