[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.19 and 1.20

version 1.19, 2014/10/20 23:35:28 version 1.20, 2015/02/05 10:29:43
Line 74 
Line 74 
   
                 ft = format_create();                  ft = format_create();
                 format_add(ft, "line", "%u", i);                  format_add(ft, "line", "%u", i);
                 format_session(ft, c->session);                  format_defaults(ft, c, NULL, NULL, NULL);
                 format_client(ft, c);  
   
                 line = format_expand(ft, template);                  line = format_expand(ft, template);
                 cmdq_print(cmdq, "%s", line);                  cmdq_print(cmdq, "%s", line);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20