[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.120 and 1.121

version 1.120, 2018/10/18 08:38:01 version 1.121, 2019/03/16 17:14:07
Line 264 
Line 264 
                         layout_fix_panes(w);                          layout_fix_panes(w);
         }          }
         RB_FOREACH(s, sessions, &sessions)          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           * Update sizes and redraw. May not always be necessary but do it

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121