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

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

version 1.30, 2019/11/28 09:05:34 version 1.31, 2020/04/13 08:26:27
Line 45 
Line 45 
 static enum cmd_retval  static enum cmd_retval
 cmd_refresh_client_exec(struct cmd *self, struct cmdq_item *item)  cmd_refresh_client_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 tty      *tty;          struct tty      *tty;
         struct window   *w;          struct window   *w;

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