=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-set-option.c,v retrieving revision 1.115 retrieving revision 1.116 diff -c -r1.115 -r1.116 *** src/usr.bin/tmux/cmd-set-option.c 2017/05/10 13:05:41 1.115 --- src/usr.bin/tmux/cmd-set-option.c 2017/05/31 17:56:48 1.116 *************** *** 1,4 **** ! /* $OpenBSD: cmd-set-option.c,v 1.115 2017/05/10 13:05:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-set-option.c,v 1.116 2017/05/31 17:56:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 254,260 **** RB_FOREACH(w, windows, &windows) layout_fix_panes(w, w->sx, w->sy); } ! RB_FOREACH (s, sessions, &sessions) status_update_saved(s); /* --- 254,260 ---- RB_FOREACH(w, windows, &windows) layout_fix_panes(w, w->sx, w->sy); } ! RB_FOREACH(s, sessions, &sessions) status_update_saved(s); /*