=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.586 retrieving revision 1.587 diff -c -r1.586 -r1.587 *** src/usr.bin/tmux/tmux.h 2015/11/23 23:47:57 1.586 --- src/usr.bin/tmux/tmux.h 2015/11/24 09:34:55 1.587 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.586 2015/11/23 23:47:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.587 2015/11/24 09:34:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1394,1399 **** --- 1394,1400 ---- OPTIONS_TABLE_STYLE }; enum options_table_scope { + OPTIONS_TABLE_NONE, OPTIONS_TABLE_SERVER, OPTIONS_TABLE_SESSION, OPTIONS_TABLE_WINDOW,