[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.57 and 1.58

version 1.57, 2019/06/20 13:39:17 version 1.58, 2020/04/09 13:56:46
Line 212 
Line 212 
   
                 if ((self->entry != &cmd_show_hooks_entry &&                  if ((self->entry != &cmd_show_hooks_entry &&
                     !args_has(self->args, 'H') &&                      !args_has(self->args, 'H') &&
                     oe != NULL &&  
                     (oe->flags & OPTIONS_TABLE_IS_HOOK)) ||                      (oe->flags & OPTIONS_TABLE_IS_HOOK)) ||
                     (self->entry == &cmd_show_hooks_entry &&                      (self->entry == &cmd_show_hooks_entry &&
                     (oe == NULL ||                      (~oe->flags & OPTIONS_TABLE_IS_HOOK)))
                     (~oe->flags & OPTIONS_TABLE_IS_HOOK))))  
                         continue;                          continue;
   
                 o = options_get_only(oo, oe->name);                  o = options_get_only(oo, oe->name);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58