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

Diff for /src/usr.bin/tmux/control-notify.c between version 1.14 and 1.15

version 1.14, 2015/12/08 08:34:18 version 1.15, 2015/12/11 12:27:36
Line 88 
Line 88 
                 if (w->layout_root == NULL)                  if (w->layout_root == NULL)
                         continue;                          continue;
   
                 ft = format_create(0);                  ft = format_create(NULL, 0);
                 wl = winlink_find_by_window(&s->windows, w);                  wl = winlink_find_by_window(&s->windows, w);
                 if (wl != NULL) {                  if (wl != NULL) {
                         format_defaults(ft, c, NULL, wl, NULL);                          format_defaults(ft, c, NULL, wl, NULL);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15