aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-14 20:20:04 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-14 20:20:04 +0000
commit615d85fb23e8eea75d3c630eccc21e98dd8a8ec7 (patch)
tree6a9c912b2b6ddef5b58d72d6364992f3c8c3175f /tmux.h
parentf08c9b2217c148e25a18a11fd55d96d93cbb3736 (diff)
downloadrtmux-615d85fb23e8eea75d3c630eccc21e98dd8a8ec7.tar.gz
rtmux-615d85fb23e8eea75d3c630eccc21e98dd8a8ec7.tar.bz2
rtmux-615d85fb23e8eea75d3c630eccc21e98dd8a8ec7.zip
Add main-pane-height to the options list (was missed before).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2b26b699..680a4ee1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -942,7 +942,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;