[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.13 and 1.14

version 1.13, 2015/11/18 14:27:44 version 1.14, 2015/12/08 08:34:18
Line 88 
Line 88 
                 if (w->layout_root == NULL)                  if (w->layout_root == NULL)
                         continue;                          continue;
   
                 ft = format_create();                  ft = format_create(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.13  
changed lines
  Added in v.1.14