[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.69 and 1.70

version 1.69, 2020/04/13 13:42:35 version 1.70, 2020/04/13 14:04:25
Line 63 
Line 63 
 cmd_if_shell_exec(struct cmd *self, struct cmdq_item *item)  cmd_if_shell_exec(struct cmd *self, struct cmdq_item *item)
 {  {
         struct args                     *args = cmd_get_args(self);          struct args                     *args = cmd_get_args(self);
         struct cmdq_shared              *shared = cmdq_get_shared(item);          struct cmdq_state               *state = cmdq_get_state(item);
         struct cmd_find_state           *target = cmdq_get_target(item);          struct cmd_find_state           *target = cmdq_get_target(item);
         struct mouse_event              *m = &shared->event.m;          struct mouse_event              *m = &state->event.m;
         struct cmd_if_shell_data        *cdata;          struct cmd_if_shell_data        *cdata;
         char                            *shellcmd, *cmd;          char                            *shellcmd, *cmd;
         const char                      *file;          const char                      *file;

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70