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

Diff for /src/usr.bin/tmux/cmd-show-options.c between version 1.13 and 1.14

version 1.13, 2011/01/04 02:03:41 version 1.14, 2011/04/05 19:37:01
Line 79 
Line 79 
                 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.13  
changed lines
  Added in v.1.14