=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-show-options.c,v retrieving revision 1.57 retrieving revision 1.58 diff -c -r1.57 -r1.58 *** src/usr.bin/tmux/cmd-show-options.c 2019/06/20 13:39:17 1.57 --- src/usr.bin/tmux/cmd-show-options.c 2020/04/09 13:56:46 1.58 *************** *** 1,4 **** ! /* $OpenBSD: cmd-show-options.c,v 1.57 2019/06/20 13:39:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-show-options.c,v 1.58 2020/04/09 13:56:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 212,222 **** if ((self->entry != &cmd_show_hooks_entry && !args_has(self->args, 'H') && - oe != NULL && (oe->flags & OPTIONS_TABLE_IS_HOOK)) || (self->entry == &cmd_show_hooks_entry && ! (oe == NULL || ! (~oe->flags & OPTIONS_TABLE_IS_HOOK)))) continue; o = options_get_only(oo, oe->name); --- 212,220 ---- if ((self->entry != &cmd_show_hooks_entry && !args_has(self->args, 'H') && (oe->flags & OPTIONS_TABLE_IS_HOOK)) || (self->entry == &cmd_show_hooks_entry && ! (~oe->flags & OPTIONS_TABLE_IS_HOOK))) continue; o = options_get_only(oo, oe->name);