[BACK]Return to cmd-set-option.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.110 and 1.111

version 1.110, 2017/01/25 23:50:51 version 1.111, 2017/02/03 21:01:02
Line 248 
Line 248 
                 RB_FOREACH(w, windows, &windows)                  RB_FOREACH(w, windows, &windows)
                         layout_fix_panes(w, w->sx, w->sy);                          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           * Update sizes and redraw. May not always be necessary but do it

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111