aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-15 17:44:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-15 17:44:25 +0000
commit6ebb1df8fe161678c3550e59774ec4894551ba3e (patch)
tree25dfa122159b20c42a98eea3d11876240fa8ee61 /tmux.h
parentff500b46c975ed156407cdcf69fafc9b22b61e2c (diff)
downloadrtmux-6ebb1df8fe161678c3550e59774ec4894551ba3e.tar.gz
rtmux-6ebb1df8fe161678c3550e59774ec4894551ba3e.tar.bz2
rtmux-6ebb1df8fe161678c3550e59774ec4894551ba3e.zip
Add main-pane-height to the options list (was missed before).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index c15b1ad7..eeb47fbb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.363 2009-07-15 17:43:45 nicm Exp $ */
+/* $Id: tmux.h,v 1.364 2009-07-15 17:44:25 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -941,7 +941,7 @@ struct set_option_entry {
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;