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

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.64 and 1.65

version 1.64, 2019/06/18 11:08:42 version 1.65, 2019/07/17 17:49:23
Line 121 
Line 121 
                 cdata->cmd_else = NULL;                  cdata->cmd_else = NULL;
         memcpy(&cdata->mouse, m, sizeof cdata->mouse);          memcpy(&cdata->mouse, m, sizeof cdata->mouse);
   
         cdata->client = item->client;          if (!args_has(args, 'b'))
                   cdata->client = item->client;
           else
                   cdata->client = c;
         if (cdata->client != NULL)          if (cdata->client != NULL)
                 cdata->client->references++;                  cdata->client->references++;
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65