[BACK]Return to cmd-list-clients.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-list-clients.c between version 1.30 and 1.31

version 1.30, 2016/10/16 19:04:05 version 1.31, 2017/02/03 11:57:27
Line 72 
Line 72 
                 if (c->session == NULL || (s != NULL && s != c->session))                  if (c->session == NULL || (s != NULL && s != c->session))
                         continue;                          continue;
   
                 ft = format_create(item, 0);                  ft = format_create(item, FORMAT_NONE, 0);
                 format_add(ft, "line", "%u", idx);                  format_add(ft, "line", "%u", idx);
                 format_defaults(ft, c, NULL, NULL, NULL);                  format_defaults(ft, c, NULL, NULL, NULL);
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31