=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options.c,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** src/usr.bin/tmux/options.c 2019/06/20 18:13:04 1.51 --- src/usr.bin/tmux/options.c 2019/06/23 10:00:29 1.52 *************** *** 1,4 **** ! /* $OpenBSD: options.c,v 1.51 2019/06/20 18:13:04 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options.c,v 1.52 2019/06/23 10:00:29 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 784,790 **** } break; } - scope = OPTIONS_TABLE_WINDOW; /* FALLTHROUGH */ case OPTIONS_TABLE_WINDOW: if (args_has(args, 'g')) { --- 784,789 ----