[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.50 and 1.51

version 1.50, 2011/03/29 21:09:13 version 1.51, 2011/04/05 19:37:01
Line 164 
Line 164 
                 if (args_has(self->args, 'g'))                  if (args_has(self->args, 'g'))
                         oo = &global_s_options;                          oo = &global_s_options;
                 else {                  else {
                         s = cmd_find_session(ctx, args_get(args, 't'));                          s = cmd_find_session(ctx, args_get(args, 't'), 0);
                         if (s == NULL)                          if (s == NULL)
                                 return (-1);                                  return (-1);
                         oo = &s->options;                          oo = &s->options;

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51