[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.115 and 1.116

version 1.115, 2017/05/10 13:05:41 version 1.116, 2017/05/31 17:56:48
Line 254 
Line 254 
                 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)          RB_FOREACH(s, sessions, &sessions)
                 status_update_saved(s);                  status_update_saved(s);
   
         /*          /*

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116