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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.132 and 1.133

version 1.132, 2020/04/13 20:51:57 version 1.133, 2020/04/13 20:54:15
Line 84 
Line 84 
         struct args                     *args = cmd_get_args(self);          struct args                     *args = cmd_get_args(self);
         int                              append = args_has(args, 'a');          int                              append = args_has(args, 'a');
         struct cmd_find_state           *target = cmdq_get_target(item);          struct cmd_find_state           *target = cmdq_get_target(item);
         struct client                   *tc = cmdq_get_target_client(item);  
         struct client                   *loop;          struct client                   *loop;
         struct session                  *s = target->s;          struct session                  *s = target->s;
         struct window                   *w;          struct window                   *w;

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133