[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.49 and 1.50

version 1.49, 2019/04/30 18:02:03 version 1.50, 2019/05/12 18:16:33
Line 90 
Line 90 
         struct options_entry            *o;          struct options_entry            *o;
   
         window = (self->entry == &cmd_show_window_options_entry);          window = (self->entry == &cmd_show_window_options_entry);
         if (args->argc == 0) {          if (args->argc == 0)
                 scope = options_scope_from_flags(args, window, fs, &oo, &cause);  
                 return (cmd_show_options_all(self, item, oo));                  return (cmd_show_options_all(self, item, oo));
         }  
         argument = format_single(item, args->argv[0], c, s, wl, NULL);          argument = format_single(item, args->argv[0], c, s, wl, NULL);
   
         name = options_match(argument, &idx, &ambiguous);          name = options_match(argument, &idx, &ambiguous);

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