aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-03 22:01:18 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-03 22:01:18 +0000
commite1c283325ecf6496f2107efc5c8d32257017558c (patch)
treef7bf71b1bd97b81f82c611aae5567310a9d28327 /cmd-set-option.c
parent6c333cc4864c11283704b069fa6477876fd48f70 (diff)
parent5e6a8177e55a8e30e0cd67c7ee3039aa22ff1c0e (diff)
downloadrtmux-e1c283325ecf6496f2107efc5c8d32257017558c.tar.gz
rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.tar.bz2
rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index c7cef42c..cc8b7570 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -248,6 +248,8 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item)
RB_FOREACH(w, windows, &windows)
layout_fix_panes(w, w->sx, w->sy);
}
+ RB_FOREACH (s, sessions, &sessions)
+ status_update_saved(s);
/*
* Update sizes and redraw. May not always be necessary but do it