[BACK]Return to options.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/options.c between version 1.61 and 1.62

version 1.61, 2021/01/18 11:14:23 version 1.62, 2021/03/11 06:31:05
Line 1115 
Line 1115 
         }          }
         if (strcmp(name, "pane-border-status") == 0) {          if (strcmp(name, "pane-border-status") == 0) {
                 RB_FOREACH(w, windows, &windows)                  RB_FOREACH(w, windows, &windows)
                         layout_fix_panes(w);                          layout_fix_panes(w, NULL);
         }          }
         RB_FOREACH(s, sessions, &sessions)          RB_FOREACH(s, sessions, &sessions)
                 status_update_cache(s);                  status_update_cache(s);

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62