[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.12 and 1.13

version 1.12, 2012/07/11 07:10:15 version 1.13, 2012/08/14 08:51:53
Line 60 
Line 60 
                 s = NULL;                  s = NULL;
   
         if ((template = args_get(args, 'F')) == NULL)          if ((template = args_get(args, 'F')) == NULL)
                 template = DEFAULT_CLIENT_TEMPLATE;                  template = LIST_CLIENTS_TEMPLATE;
   
         for (i = 0; i < ARRAY_LENGTH(&clients); i++) {          for (i = 0; i < ARRAY_LENGTH(&clients); i++) {
                 c = ARRAY_ITEM(&clients, i);                  c = ARRAY_ITEM(&clients, i);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13