=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/tmux/tmux.h 2009/07/09 15:47:49 1.19 --- src/usr.bin/tmux/tmux.h 2009/07/10 05:50:54 1.20 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.19 2009/07/09 15:47:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.20 2009/07/10 05:50:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 935,941 **** }; extern const struct set_option_entry set_option_table[]; extern const struct set_option_entry set_window_option_table[]; ! #define NSETOPTION 25 #define NSETWINDOWOPTION 19 /* tmux.c */ --- 935,941 ---- }; extern const struct set_option_entry set_option_table[]; extern const struct set_option_entry set_window_option_table[]; ! #define NSETOPTION 26 #define NSETWINDOWOPTION 19 /* tmux.c */