=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/tmux/tmux.h 2009/07/14 19:03:16 1.29 +++ src/usr.bin/tmux/tmux.h 2009/07/14 20:20:04 1.30 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.29 2009/07/14 19:03:16 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.30 2009/07/14 20:20:04 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -942,7 +942,7 @@ 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 +#define NSETWINDOWOPTION 20 /* tmux.c */ extern volatile sig_atomic_t sigwinch;