[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.34 and 1.35

version 1.34, 2017/05/01 12:20:55 version 1.35, 2020/04/13 08:26:27
Line 51 
Line 51 
 static enum cmd_retval  static enum cmd_retval
 cmd_list_clients_exec(struct cmd *self, struct cmdq_item *item)  cmd_list_clients_exec(struct cmd *self, struct cmdq_item *item)
 {  {
         struct args             *args = self->args;          struct args             *args = cmd_get_args(self);
         struct client           *c;          struct client           *c;
         struct session          *s;          struct session          *s;
         struct format_tree      *ft;          struct format_tree      *ft;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35