=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.874 retrieving revision 1.875 diff -c -r1.874 -r1.875 *** src/usr.bin/tmux/tmux.h 2019/03/18 20:53:33 1.874 --- src/usr.bin/tmux/tmux.h 2019/03/18 21:46:02 1.875 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.874 2019/03/18 20:53:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.875 2019/03/18 21:46:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1518,1524 **** OPTIONS_TABLE_NUMBER, OPTIONS_TABLE_KEY, OPTIONS_TABLE_COLOUR, - OPTIONS_TABLE_ATTRIBUTES, OPTIONS_TABLE_FLAG, OPTIONS_TABLE_CHOICE, OPTIONS_TABLE_STYLE, --- 1518,1523 ---- *************** *** 1546,1552 **** const char **default_arr; const char *separator; - const char *style; const char *pattern; }; --- 1545,1550 ---- *************** *** 1723,1732 **** const char *); enum options_table_scope options_scope_from_flags(struct args *, int, struct cmd_find_state *, struct options **, char **); - void options_style_update_new(struct options *, - struct options_entry *); - void options_style_update_old(struct options *, - struct options_entry *); /* options-table.c */ extern const struct options_table_entry options_table[]; --- 1721,1726 ----